Go to the documentation of this file.
48 #ifndef kineticTheoryModel_H
49 #define kineticTheoryModel_H
53 #include "phaseCompressibleTurbulenceModel.H"
55 #include "phaseModel.H"
56 #include "dragModel.H"
57 #include "viscosityModel.H"
58 #include "conductivityModel.H"
59 #include "radialModel.H"
60 #include "granularPressureModel.H"
61 #include "frictionalStressModel.H"
79 RASModel<EddyDiffusivity<phaseCompressibleTurbulenceModel>>
86 const phaseModel& phase_;
92 autoPtr<kineticTheoryModels::viscosityModel> viscosityModel_;
95 autoPtr<kineticTheoryModels::conductivityModel> conductivityModel_;
98 autoPtr<kineticTheoryModels::radialModel> radialModel_;
101 autoPtr<kineticTheoryModels::granularPressureModel>
102 granularPressureModel_;
105 autoPtr<kineticTheoryModels::frictionalStressModel>
106 frictionalStressModel_;
176 const phaseModel& transport,
178 const word&
type = typeName
200 return this->
nut(patchi);
A class for managing temporary objects.
virtual tmp< volScalarField > k() const
virtual tmp< volScalarField > nut() const
static const word propertiesName
virtual tmp< surfaceScalarField > pPrimef() const
virtual tmp< scalarField > nuEff(const label patchi) const
TypeName("kineticTheory")
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
virtual tmp< volScalarField > epsilon() const
virtual tmp< volScalarField > pPrime() const
GeometricField< vector, fvPatchField, volMesh > volVectorField
Kinetic theory particle phase RAS model.
virtual tmp< volSymmTensorField > devRhoReff() const
virtual ~kineticTheoryModel()
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
fileName::Type type(const fileName &name, const bool followLink=true)
virtual tmp< volScalarField > nuEff() const
virtual tmp< volScalarField > omega() const
virtual tmp< volSymmTensorField > R() const
virtual tmp< fvVectorMatrix > divDevRhoReff(volVectorField &U) const
Generic GeometricField class.
virtual tmp< volScalarField > alpha() const