Generic GeometricField class.
const Boundary & boundaryField() const
Return const-reference to the boundary field.
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 const volScalarField & p() const =0
Pressure [Pa].
virtual const volScalarField & psi() const =0
Compressibility [s^2/m^2].
Mesh data needed to do the Finite Volume discretisation.
virtual ~implementation()
Destructor.
implementation(const dictionary &, const fvMesh &, const word &)
Construct from dictionary, mesh and phase name.
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.
virtual tmp< volScalarField > rho() const =0
Density [kg/m^3] - uses current value of pressure.
A class for managing temporary objects.
A class for handling words, derived from string.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
defineTypeNameAndDebug(combustionModel, 0)