38 if (which_type == Z_HEX08)
46 const cellShape& cellShape = cellShapes[
n];
47 const cellModel& cellModel = cellShape.model();
57 if (which_type == Z_PEN06)
64 const cellShape& cellShape = cellShapes[
n];
65 const cellModel& cellModel = cellShape.model();
67 if (cellModel == prism)
75 if (which_type == Z_PYR05)
82 const cellShape& cellShape = cellShapes[
n];
83 const cellModel& cellModel = cellShape.model();
94 if (which_type == Z_TET04)
102 const cellShape& cellShape = cellShapes[
n];
103 const cellModel& cellModel = cellShape.model();
105 if (cellModel == tet)
112 if (which_type == Z_NFACED)
120 label nFacesInCell = cells[
n].size();
122 if ((nFacesInCell == 6) && (points.size() == 8))
124 else if ((nFacesInCell == 4) && (points.size() == 4))
126 else if (nFacesInCell == 5)
128 if (points.size() == 6)
130 else if (points.size() == 5)
FvWallInfoData< WallInfo, label > label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
IOstream & hex(IOstream &io)
GeometricField< tensor, fvPatchField, volMesh > volTensorField
volTensorField tf(fieldObject, mesh)
static List< word > fieldNames
typeIOobject< volTensorField > fieldObjectPtr(fieldNames[var2field[nVar]], runTime.timeName(), mesh, IOobject::NO_READ)
stressControl lookup("compactNormalStress") >> compactNormalStress
List< cellShape > cellShapeList
List of cellShapes and PtrList of List of cellShape.
static label nSprayVariables
IOobject fieldObject(fieldNames[var2field[nVar]], runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::NO_WRITE)
List< label > labelList
A List of labels.
List< cell > cellList
list of cells
static label var2field[maxNames]