45 #ifndef kineticTheoryModel_H 46 #define kineticTheoryModel_H 50 #include "phaseCompressibleTurbulenceModel.H" 52 #include "phaseModel.H" 53 #include "dragModel.H" 54 #include "viscosityModel.H" 55 #include "conductivityModel.H" 56 #include "radialModel.H" 57 #include "granularPressureModel.H" 58 #include "frictionalStressModel.H" 76 RASModel<EddyDiffusivity<phaseCompressibleTurbulenceModel>>
99 granularPressureModel_;
103 frictionalStressModel_;
197 return this->
nut(patchi);
virtual tmp< volScalarField > epsilon() const
Return the turbulence kinetic energy dissipation rate.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
virtual tmp< volScalarField > nut() const
Return the turbulence viscosity.
const volVectorField & U() const
Access function to velocity field.
virtual tmp< surfaceScalarField > pPrimef() const
Return the face-phase-pressure'.
TypeName("kineticTheory")
Runtime type information.
A simple wrapper around bool so that it can be read as a word: true/false, on/off, yes/no, y/n, t/f, or none.
Eddy viscosity turbulence model base class.
virtual tmp< volScalarField > nuEff() const
Return the effective viscosity.
const transportModel & transport() const
Access function to incompressible transport model.
virtual tmp< volSymmTensorField > R() const
Return the Reynolds stress tensor.
static const word propertiesName
Default name of the turbulence properties dictionary.
A class for handling words, derived from string.
virtual tmp< volSymmTensorField > devRhoReff() const
Return the effective stress tensor.
const surfaceScalarField & alphaRhoPhi() const
Access function to phase flux field.
virtual void correct()
Solve the kinetic theory equations and correct the viscosity.
virtual ~kineticTheoryModel()
Destructor.
const volScalarField & rho() const
Return the density field.
Kinetic theory particle phase RAS model.
virtual tmp< fvVectorMatrix > divDevRhoReff(volVectorField &U) const
Return the source term for the momentum equation.
fileName::Type type(const fileName &, const bool followLink=true)
Return the file type: DIRECTORY or FILE.
virtual tmp< volScalarField > pPrime() const
Return the phase-pressure'.
virtual bool read()
Re-read model coefficients if they have changed.
virtual tmp< volScalarField > k() const
Return the turbulence kinetic energy.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
virtual tmp< surfaceScalarField > phi() const
Return the volumetric flux field.
A class for managing temporary objects.
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
virtual tmp< volScalarField > alpha() const
Thermal diffusivity for enthalpy of mixture [kg/m/s].