Base-class for fluid and solid thermodynamic properties.
TypeName("psiThermo")
Runtime type information.
virtual tmp< volScalarField > rho0() const =0
Old-time density [kg/m^3].
void operator=(const viscosity &)=delete
Disallow default bitwise assignment.
virtual ~psiThermo()
Destructor.
virtual tmp< volScalarField > rho() const =0
Density [kg/m^3] - uses current value of pressure.
virtual const word & phaseName() const =0
Phase name.
A class for handling words, derived from string.
Base-class for 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 =0
Dynamic viscosity of mixture [kg/m/s].
static const word null
An empty word.
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)
Standard selection based on fvMesh.
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...
A class for managing temporary objects.
virtual const volScalarField & psi() const =0
Compressibility [s^2/m^2].
Base-class for fluid thermodynamic properties based on compressibility.