34 points[0] =
vector(-0.5, -0.5, -0.5);
35 points[1] =
vector( 0.5, -0.5, -0.5);
36 points[2] =
vector( 0.5, 0.5, -0.5);
37 points[3] =
vector(-0.5, 0.5, -0.5);
38 points[4] =
vector(-0.5, -0.5, 0.5);
39 points[5] =
vector( 0.5, -0.5, 0.5);
40 points[6] =
vector( 0.5, 0.5, 0.5);
41 points[7] =
vector(-0.5, 0.5, 0.5);
52 fvMesh::defaultRegion,
55 IOobject::READ_IF_PRESENT
73 emptyPolyPatch::typeName
77 mesh.addFvPatches(patches);
const fvPatchList & patches
fvMesh zeroDimensionalFvMesh(const objectRegistry &db)
Construct a zero-dimensional unit-cube FV mesh.
FvWallInfoData< WallInfo, label > label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Vector< scalar > vector
A scalar version of the templated Vector.
stressControl lookup("compactNormalStress") >> compactNormalStress
static word timeName(const scalar, const int precision=curPrecision_)
Return time name of given scalar time.
const Time & time() const
Return time.
Empty front and back plane patch. Used for 2-D geometries.
Mesh data needed to do the Finite Volume discretisation.
Registry of regIOobjects.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...