Loading...
Searching...
No Matches
createFieldRefs.H
Go to the documentation of this file.
1volScalarField& p = thermo.p();
2const volScalarField& T = thermo.T();
3const volScalarField& psi = thermo.psi();
4
5bool inviscid(true);
6if (max(thermo.mu().cref().primitiveField()) > 0.0)
7{
8 inviscid = false;
9}
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
bool inviscid(true)