This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/tutorials/FSI/fsiFoam/beamInCrossFlow/solid/0/cellDist

300 lines
1.7 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 4.0 |
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | For copyright notice see file Copyright |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
location "0";
object cellDist;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 0 0 0 0];
internalField nonuniform List<scalar>
256
(
0
0
1
1
0
0
1
1
0
0
1
1
0
0
1
1
4
4
5
5
4
4
5
5
4
4
5
5
4
4
5
5
0
0
1
1
0
0
1
1
0
0
1
1
0
0
1
1
4
4
5
5
4
4
5
5
4
4
5
5
4
4
5
5
0
0
1
1
0
0
1
1
0
0
1
1
0
0
1
1
4
4
5
5
4
4
5
5
4
4
5
5
4
4
5
5
0
0
1
1
0
0
1
1
0
0
1
1
0
0
1
1
4
4
5
5
4
4
5
5
4
4
5
5
4
4
5
5
3
3
3
3
3
3
3
3
2
2
2
2
2
2
2
2
7
7
6
6
7
7
6
6
7
7
6
6
7
7
6
6
3
3
3
3
3
3
3
3
2
2
2
2
2
2
2
2
7
7
6
6
7
7
6
6
7
7
6
6
7
7
6
6
3
3
3
3
3
3
3
3
2
2
2
2
2
2
2
2
7
7
6
6
7
7
6
6
7
7
6
6
7
7
6
6
3
3
3
3
3
3
3
3
2
2
2
2
2
2
2
2
7
7
6
6
7
7
6
6
7
7
6
6
7
7
6
6
)
;
boundaryField
{
interface
{
type zeroGradient;
}
symmetry
{
type symmetryPlane;
value uniform 0;
}
bottom
{
type zeroGradient;
}
}
// ************************************************************************* //