50 #ifndef phasePressureModel_H 51 #define phasePressureModel_H 56 #include "phaseModel.H" 71 public eddyViscosity<RASModel<phaseCompressible::momentumTransportModel>>
137 return this->
nut(patchi);
virtual tmp< volSymmTensorField > devTau() const
Return the effective stress tensor.
virtual tmp< volScalarField > nut() const
Return the turbulence viscosity.
virtual tmp< volSymmTensorField > sigma() const
Return the stress tensor [m^2/s^2].
virtual tmp< fvVectorMatrix > divDevTau(volVectorField &U) const
Return the source term for the momentum equation.
const alphaField & alpha() const
Access function to phase fraction.
Particle-particle phase-pressure RAS model.
Eddy viscosity turbulence model base class.
virtual tmp< volScalarField > pPrime() const
Return the phase-pressure'.
A class for handling words, derived from string.
virtual tmp< surfaceScalarField > phi() const
Return the volumetric flux field.
virtual void correct()
Solve the kinetic theory equations and correct the viscosity.
virtual tmp< volScalarField > k() const
Return the turbulence kinetic energy.
Abstract base class for all fluid physical properties.
virtual bool read()
Re-read model coefficients if they have changed.
const volVectorField & U() const
Access function to velocity field.
const surfaceScalarField & alphaRhoPhi() const
Access function to phase flux field.
virtual ~phasePressureModel()
Destructor.
const rhoField & rho() const
Return the density field.
void operator=(const phasePressureModel &)=delete
Disallow default bitwise assignment.
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
phasePressureModel(const volScalarField &alpha, const volScalarField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const viscosity &viscosity, const word &type=typeName)
Construct from components.
A class for managing temporary objects.
virtual tmp< volScalarField > omega() const
Return the turbulence specific dissipation rate.
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
TypeName("phasePressure")
Runtime type information.
virtual tmp< volScalarField > nuEff() const
Return the effective viscosity.
virtual tmp< volScalarField > epsilon() const
Return the turbulence kinetic energy dissipation rate.
virtual tmp< surfaceScalarField > pPrimef() const
Return the face-phase-pressure'.