virtual tmp< volScalarField > mu() const =0
Dynamic viscosity of mixture [kg/m/s].
Base-class for fluid and solid thermodynamic properties.
static autoPtr< fluidThermo > New(const fvMesh &, const word &phaseName=word::null)
Standard selection based on fvMesh.
virtual tmp< volScalarField > alphaEff(const volScalarField &alphat) const =0
Effective turbulent thermal diffusivity of energy.
void operator=(const viscosity &)=delete
Disallow default bitwise assignment.
virtual ~fluidThermo()
Destructor.
virtual volScalarField & p()=0
Pressure [Pa].
virtual void correctRho(const volScalarField &deltaRho)=0
Add the given density correction to the density field.
virtual tmp< volScalarField > kappaEff(const volScalarField &) const =0
Effective thermal turbulent conductivity of mixture.
virtual tmp< volScalarField > gamma() const =0
Gamma = Cp/Cv [].
virtual const word & phaseName() const =0
Phase name.
A class for handling words, derived from string.
Base-class for fluid thermodynamic properties.
static const word null
An empty word.
TypeName("fluidThermo")
Runtime type information.
Abstract base class for all fluid physical properties.
virtual tmp< volScalarField > W() const =0
Molecular weight [kg/kmol].
virtual const volScalarField & T() const =0
Temperature [K].
Mesh data needed to do the Finite Volume discretisation.
virtual const volScalarField & psi() const =0
Compressibility [s^2/m^2].
virtual tmp< volScalarField > nu() const
Kinematic viscosity of mixture [m^2/s].
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.
declareRunTimeSelectionTable(autoPtr, fluidThermo, fvMesh,(const fvMesh &mesh, const word &phaseName),(mesh, phaseName))
Declare run-time constructor selection table.