107 const word& 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.
A list of keyword definitions, which are a keyword followed by any number of values (e...
static autoPtr< rhoThermo > New(const fvMesh &, const word &phaseName=word::null)
Selector.
TypeName("rhoThermo")
Runtime type information.
rhoThermo(const rhoThermo &)
Construct as copy (not implemented)
volScalarField rho_
Density field [kg/m^3].
volScalarField psi_
Compressibility [s^2/m^2].
virtual const volScalarField & psi() const
Compressibility [s^2/m^2].
virtual tmp< volScalarField > mu() const
Dynamic viscosity of mixture [kg/m/s].
A class for handling words, derived from string.
Fundamental fluid thermodynamic properties.
static const word null
An empty word.
virtual void correctRho(const volScalarField &deltaRho)
Add the given density correction to the density field.
virtual tmp< volScalarField > rho() const
Density [kg/m^3].
declareRunTimeSelectionTable(autoPtr, rhoThermo, fvMesh,(const fvMesh &mesh, const word &phaseName),(mesh, phaseName))
Declare run-time constructor selection table.
virtual ~rhoThermo()
Destructor.
volScalarField mu_
Dynamic viscosity [kg/m/s].
Mesh data needed to do the Finite Volume discretisation.
Basic thermodynamic properties based on density.
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.
A class for managing temporary objects.