Go to the documentation of this file.
47 phasePropertyName(
"thermo:psi"),
61 phasePropertyName(
"thermo:mu"),
81 return basicThermo::New<psiThermo>(
mesh, phaseName);
101 return p_.boundaryField()[
patchi]*psi_.boundaryField()[
patchi];
119 return mu_.boundaryField()[
patchi];
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
A class for handling words, derived from string.
virtual ~psiThermo()
Destructor.
A class for managing temporary objects.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
Fundamental fluid thermodynamic properties.
Dimension set for the base types.
virtual tmp< volScalarField > rho() const
Density [kg/m^3] - uses current value of pressure.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
psiThermo(const psiThermo &)
Construct as copy (not implemented)
virtual const volScalarField & psi() const
Compressibility [s^2/m^2].
Mesh data needed to do the Finite Volume discretisation.
virtual tmp< volScalarField > mu() const
Dynamic viscosity of mixture [kg/m/s].
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
static autoPtr< psiThermo > New(const fvMesh &mesh, const word &phaseName=word::null)
Selector.
Generic GeometricField class.
defineTypeNameAndDebug(combustionModel, 0)