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" 72 class kineticTheoryModel
76 RASModel<EddyDiffusivity<phaseCompressibleTurbulenceModel>>
83 const phaseModel& phase_;
89 autoPtr<kineticTheoryModels::viscosityModel> viscosityModel_;
92 autoPtr<kineticTheoryModels::conductivityModel> conductivityModel_;
95 autoPtr<kineticTheoryModels::radialModel> radialModel_;
98 autoPtr<kineticTheoryModels::granularPressureModel>
99 granularPressureModel_;
102 autoPtr<kineticTheoryModels::frictionalStressModel>
103 frictionalStressModel_;
151 kineticTheoryModel(
const kineticTheoryModel&);
154 void operator=(
const kineticTheoryModel&);
175 const word&
type = typeName
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.
virtual tmp< volScalarField > nuEff() const
Return the effective viscosity.
GeometricField< vector, fvPatchField, volMesh > volVectorField
const transportModel & transport() const
Access function to incompressible transport model.
virtual tmp< volSymmTensorField > R() const
Return the Reynolds stress tensor.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
static const word propertiesName
Default name of the turbulence properties dictionary.
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.
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.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
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.
virtual tmp< surfaceScalarField > phi() const
Return the volumetric flux field.
A class for managing temporary objects.
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
virtual tmp< volScalarField > alpha() const
Thermal diffusivity for enthalpy of mixture [kg/m/s].