Generic GeometricField class.
Base-class for fluid and solid thermodynamic properties.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Mesh data needed to do the Finite Volume discretisation.
volScalarField rho_
Density field [kg/m^3].
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].
Base-class for thermodynamic properties based on density.
virtual ~rhoThermo()
Destructor.
virtual tmp< volScalarField > rho() const =0
Density [kg/m^3].
A class for managing temporary objects.
A class for handling words, derived from string.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.