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