72 template<
class MixtureType>
187 template<
class MixtureType>
Generic GeometricField class.
Thermo implementation based on compressibility.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
virtual const fvMesh & mesh() const
Return const access to the mesh.
virtual const word & phaseName() const
Phase name.
Base-class for fluid and solid thermodynamic properties.
virtual const fvMesh & mesh() const =0
Return const access to the mesh.
virtual const word & phaseName() const =0
Phase name.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Base-class for fluid thermodynamic properties.
Mesh data needed to do the Finite Volume discretisation.
composite(const dictionary &dict, const MixtureType &mixture, const fvMesh &mesh, const word &phaseName)
Construct from dictionary, mesh and phase name.
virtual ~implementation()
Destructor.
implementation(const dictionary &, const fvMesh &, const word &)
Construct from dictionary, mesh and phase name.
void operator=(const implementation &)=delete
Disallow default bitwise assignment.
virtual tmp< volScalarField > rho() const
Density [kg/m^3] - uses current value of pressure.
Base-class for fluid thermodynamic properties based on compressibility.
virtual tmp< volScalarField > renameRho()
Return the thermodynamic density field [kg/m^3].
static const word derivedThermoName
The derived name.
virtual void correctRho(const volScalarField &deltaRho)
Add the given density correction to the density field.
virtual ~psiThermo()
Destructor.
static autoPtr< psiThermo > New(const fvMesh &mesh, const word &phaseName=word::null)
Standard selection based on fvMesh.
TypeName("psiThermo")
Runtime type information.
declareRunTimeSelectionTable(autoPtr, psiThermo, fvMesh,(const fvMesh &mesh, const word &phaseName),(mesh, phaseName))
Declare run-time constructor selection table.
virtual tmp< volScalarField > rho() const =0
Density [kg/m^3] - uses current value of pressure.
Base-class for multi-component thermodynamic properties.
A class for managing temporary objects.
A class for handling words, derived from string.
static const word null
An empty word.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.