Generic GeometricField class.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
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....
virtual ~implementation()
Destructor.
implementation(const dictionary &, const fvMesh &, const word &)
Construct from dictionary, mesh and phase name.
volScalarField & p_
Pressure [Pa].
void operator=(const implementation &)=delete
Disallow default bitwise assignment.
volScalarField mu_
Dynamic viscosity [kg/m/s].
volScalarField psi_
Compressibility [s^2/m^2].
virtual const volScalarField & p() const
Pressure [Pa].
virtual const volScalarField & psi() const
Compressibility [s^2/m^2].
virtual const volScalarField & mu() const
Dynamic viscosity of mixture [kg/m/s].
Base-class for fluid thermodynamic properties.
declareRunTimeSelectionTable(autoPtr, fluidThermo, fvMesh,(const fvMesh &mesh, const word &phaseName),(mesh, phaseName))
Declare run-time constructor selection table.
virtual tmp< volScalarField > renameRho()=0
Rename the thermodynamic density field if stored and return.
virtual void correctRho(const volScalarField &deltaRho)=0
Add the given density correction to the density field.
virtual const volScalarField & p() const =0
Pressure [Pa].
virtual const volScalarField & mu() const =0
Dynamic viscosity of mixture [kg/m/s].
tmp< volScalarField > nu() const
Kinematic viscosity of mixture [m^2/s].
TypeName("fluidThermo")
Runtime type information.
virtual const volScalarField & psi() const =0
Compressibility [s^2/m^2].
virtual ~fluidThermo()
Destructor.
static autoPtr< fluidThermo > New(const fvMesh &, const word &phaseName=word::null)
Standard selection based on fvMesh.
Mesh data needed to do the Finite Volume discretisation.
A class for managing temporary objects.
Abstract base class for all fluid physical properties.
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.