intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
TypeName("psiThermo")
Runtime type information.
virtual ~psiThermo()
Destructor.
A class for handling words, derived from string.
Fundamental fluid thermodynamic properties.
declareRunTimeSelectionTable(autoPtr, psiThermo, fvMesh,(const fvMesh &mesh, const word &phaseName),(mesh, phaseName))
Declare run-time constructor selection table.
virtual tmp< volScalarField > mu() const
Dynamic viscosity of mixture [kg/m/s].
static const word null
An empty word.
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.
static autoPtr< psiThermo > New(const fvMesh &mesh, const word &phaseName=word::null)
Selector.
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...
Macros to ease declaration of run-time selection tables.
volScalarField mu_
Dynamic viscosity [kg/m/s].
volScalarField psi_
Compressibility [s^2/m^2].
A class for managing temporary objects.
Basic thermodynamic properties based on compressibility.