47 phasePropertyName(
"thermo:psi"),
61 phasePropertyName(
"thermo:mu"),
81 return basicThermo::New<psiThermo>(
mesh, phaseName);
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
const Boundary & boundaryField() const
Return const-reference to the boundary field.
virtual ~psiThermo()
Destructor.
Dimension set for the base types.
volScalarField & p_
Pressure [Pa].
A class for handling words, derived from string.
Fundamental fluid thermodynamic properties.
virtual tmp< volScalarField > mu() const
Dynamic viscosity of mixture [kg/m/s].
virtual tmp< volScalarField > rho() const
Density [kg/m^3] - uses current value of pressure.
virtual void correctRho(const volScalarField &deltaRho)
Add the given density correction to the density field.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
static autoPtr< psiThermo > New(const fvMesh &mesh, const word &phaseName=word::null)
Selector.
defineTypeNameAndDebug(combustionModel, 0)
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.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
volScalarField mu_
Dynamic viscosity [kg/m/s].
volScalarField psi_
Compressibility [s^2/m^2].
A class for managing temporary objects.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...