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 }
layerAndWeight max(const layerAndWeight &a, const layerAndWeight &b)
fluidReactionThermo & thermo
Definition: createFields.H:28
GeometricField< scalar, fvPatchField, volMesh > volScalarField
Definition: volFieldsFwd.H:58
bool inviscid(true)
volScalarField & p