createFieldRefs.H
Go to the documentation of this file.
1volScalarField& p = thermo.p();
2const volScalarField& T = thermo.T();
3const volScalarField& psi = thermo.psi();
4const volScalarField& mu = thermo.mu();
5
6bool inviscid(true);
7if (max(mu.primitiveField()) > 0.0)
8{
9 inviscid = false;
10}
Y[inertIndex] max(0.0)
Basic thermodynamics type based on the use of fitting functions for cp, h, s obtained from the templa...
volScalarField & p
const volScalarField & psi
const volScalarField & T
const volScalarField & mu
bool inviscid(true)