Class blackoilPhase¶
Defined in File blackoilPhase.H
Inheritance Relationships¶
Base Type¶
public phase(Class phase)
Class Documentation¶
-
class
blackoilPhase: public phase¶ Public Functions
-
blackoilPhase(const word &name, const dictionary &transportProperties, const fvMesh &mesh)¶ Construct from components.
-
virtual
~blackoilPhase()¶ Destructor.
-
volScalarField &
mu()¶ Return a ref to dynamic viscosity.
-
const volScalarField &
mu() const¶ Return a const-ref to dynamic viscosity.
-
const dimensionedScalar &
standardRho() const¶ Return a const-ref to standard density.
-
volScalarField &
rho()¶ Return ref to density field.
-
const volScalarField &
rho() const¶ Return const-ref to density field.
-
const volScalarField &
rFVF() const Return const 1|FVF.
-
const volScalarField &
drFVFdP()¶ Return const drFVFdP ref.
-
void
correct() Update FVF from Models.
-
virtual bool
writeData(Ostream &os) const Write data to ostream.
-