Write mesh data binary: test loop on Blue Gene
This commit is contained in:
parent
8b9c3d4764
commit
3bd8c0354d
6 changed files with 26 additions and 29 deletions
|
@ -10,40 +10,37 @@ FoamFile
|
||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class polyBoundaryMesh;
|
class polyBoundaryMesh;
|
||||||
location "constant/polyMesh";
|
location "1e-05/polyMesh";
|
||||||
object boundary;
|
object boundary;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
4
|
4
|
||||||
(
|
(
|
||||||
space
|
space
|
||||||
{
|
{
|
||||||
type wall;
|
type wall;
|
||||||
nFaces 160;
|
nFaces 160;
|
||||||
startFace 27280;
|
startFace 27280;
|
||||||
}
|
}
|
||||||
|
freeSurfaceShadow
|
||||||
freeSurfaceShadow
|
{
|
||||||
{
|
type wall;
|
||||||
type wall;
|
nFaces 160;
|
||||||
nFaces 160;
|
startFace 27440;
|
||||||
startFace 27440;
|
}
|
||||||
}
|
freeSurface
|
||||||
|
{
|
||||||
freeSurface
|
type wall;
|
||||||
{
|
nFaces 160;
|
||||||
type wall;
|
startFace 27600;
|
||||||
nFaces 160;
|
}
|
||||||
startFace 27600;
|
frontAndBackPlanes
|
||||||
}
|
{
|
||||||
|
type empty;
|
||||||
frontAndBackPlanes
|
nFaces 27520;
|
||||||
{
|
startFace 27760;
|
||||||
type empty;
|
}
|
||||||
nFaces 27520;
|
|
||||||
startFace 27760;
|
|
||||||
}
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -33,7 +33,7 @@ writeInterval 0.001;
|
||||||
|
|
||||||
cycleWrite 0;
|
cycleWrite 0;
|
||||||
|
|
||||||
writeFormat binary;
|
writeFormat ascii;
|
||||||
|
|
||||||
writeCompression compressed;
|
writeCompression compressed;
|
||||||
|
|
||||||
|
|
Reference in a new issue