createFieldRefs.H
Go to the documentation of this file.
2 const volScalarField& T = thermo.T();
3 const volScalarField& psi = thermo.psi();
4 const volScalarField& mu = thermo.mu();
5 
6 bool inviscid(true);
7 if (max(mu.primitiveField()) > 0.0)
8 {
9  inviscid = false;
10 }
dimensioned< Type > max(const dimensioned< Type > &, const dimensioned< Type > &)
rhoReactionThermo & thermo
Definition: createFields.H:28
GeometricField< scalar, fvPatchField, volMesh > volScalarField
Definition: volFieldsFwd.H:57
bool inviscid(true)
volScalarField & p