42 #ifndef compressibleVoFphase_H
43 #define compressibleVoFphase_H
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
const Mesh & mesh() const
Return mesh.
Generic GeometricField class.
tmp< GeometricField< Type, PatchField, GeoMesh > > T() const
Return transpose (only if it is a tensor field)
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
Return a pointer to a new VoFphase.
Single incompressible VoFphase derived from the phase-fraction. Used as part of the multiPhaseMixture...
const word & name() const
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Return a pointer to a new compressibleVoFphase.
virtual autoPtr< VoFphase > operator()(Istream &is) const
iNew(const fvMesh &mesh, const volScalarField &T)
Single compressible phase derived from the VoFphase.
compressibleVoFphase(const word &name, const fvMesh &mesh, const volScalarField &T)
Construct from components.
void correct(const volScalarField &p, const volScalarField &T)
virtual autoPtr< VoFphase > clone() const
Return clone.
const volScalarField::Internal & vDot() const
Return const-access to phase divergence.
const rhoFluidThermo & thermo() const
Return const-access to phase rhoFluidThermo.
const volScalarField & Alpha() const
Return const-access to phase mass-fraction.
Mesh data needed to do the Finite Volume discretisation.
Base-class for fluid thermodynamic properties based on density.
A class for handling words, derived from string.