42 const word& fieldName,
47 getNTypeSolves<scalar>(
mesh, fieldName, data,
n);
48 getNTypeSolves<vector>(
mesh, fieldName, data,
n);
49 getNTypeSolves<sphericalTensor>(
mesh, fieldName, data,
n);
50 getNTypeSolves<symmTensor>(
mesh, fieldName, data,
n);
51 getNTypeSolves<tensor>(
mesh, fieldName, data,
n);
57 Foam::correctorConvergenceControl::correctorConvergenceControl
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
A class for handling words, derived from string.
defineTypeNameAndDebug(combustionModel, 0)
virtual ~correctorConvergenceControl()
Destructor.
Mesh data needed to do the Finite Volume discretisation.
static void getNSolves(const fvMesh &mesh, const word &fieldName, ITstream &data, label &n)
Get the number of solves that have happened for this variable in.