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;
|
||||
format ascii;
|
||||
class polyBoundaryMesh;
|
||||
location "constant/polyMesh";
|
||||
location "1e-05/polyMesh";
|
||||
object boundary;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
4
|
||||
(
|
||||
space
|
||||
{
|
||||
type wall;
|
||||
nFaces 160;
|
||||
startFace 27280;
|
||||
}
|
||||
|
||||
freeSurfaceShadow
|
||||
{
|
||||
type wall;
|
||||
nFaces 160;
|
||||
startFace 27440;
|
||||
}
|
||||
|
||||
freeSurface
|
||||
{
|
||||
type wall;
|
||||
nFaces 160;
|
||||
startFace 27600;
|
||||
}
|
||||
|
||||
frontAndBackPlanes
|
||||
{
|
||||
type empty;
|
||||
nFaces 27520;
|
||||
startFace 27760;
|
||||
}
|
||||
space
|
||||
{
|
||||
type wall;
|
||||
nFaces 160;
|
||||
startFace 27280;
|
||||
}
|
||||
freeSurfaceShadow
|
||||
{
|
||||
type wall;
|
||||
nFaces 160;
|
||||
startFace 27440;
|
||||
}
|
||||
freeSurface
|
||||
{
|
||||
type wall;
|
||||
nFaces 160;
|
||||
startFace 27600;
|
||||
}
|
||||
frontAndBackPlanes
|
||||
{
|
||||
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;
|
||||
|
||||
writeFormat binary;
|
||||
writeFormat ascii;
|
||||
|
||||
writeCompression compressed;
|
||||
|
||||
|
|
Reference in a new issue