Go to the documentation of this file.
45 #ifndef kineticTheoryModel_H
46 #define kineticTheoryModel_H
53 #include "phaseModel.H"
54 #include "dragModel.H"
55 #include "viscosityModel.H"
56 #include "conductivityModel.H"
57 #include "radialModel.H"
58 #include "granularPressureModel.H"
59 #include "frictionalStressModel.H"
77 RASModel<EddyDiffusivity<ThermalDiffusivity
79 PhaseCompressibleTurbulenceModel<phaseModel>
102 autoPtr<kineticTheoryModels::granularPressureModel>
106 autoPtr<kineticTheoryModels::frictionalStressModel>
195 return this->
nut(patchi);
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
dimensionedScalar residualAlpha_
Residual phase fraction.
autoPtr< kineticTheoryModels::viscosityModel > viscosityModel_
Run-time selected viscosity model.
volScalarField Theta_
The granular energy/temperature.
A class for handling words, derived from string.
virtual ~kineticTheoryModel()
Destructor.
A class for managing temporary objects.
virtual tmp< volScalarField > nut() const
Return the turbulence viscosity.
virtual tmp< volSymmTensorField > devRhoReff() const
Return the effective stress tensor.
dimensionedScalar alphaMinFriction_
Min value for which the frictional stresses are zero.
static const word propertiesName
Default name of the turbulence properties dictionary.
virtual tmp< surfaceScalarField > pPrimef() const
Return the face-phase-pressure'.
virtual tmp< volScalarField > pPrime() const
Return the phase-pressure'.
virtual void correct()
Solve the kinetic theory equations and correct the viscosity.
kineticTheoryModel(const kineticTheoryModel &)
Disallow default bitwise copy construct.
virtual bool read()
Re-read model coefficients if they have changed.
virtual tmp< scalarField > nuEff(const label patchi) const
Return the effective viscosity on patch.
autoPtr< kineticTheoryModels::frictionalStressModel > frictionalStressModel_
Run-time selected frictional stress model.
virtual tmp< fvVectorMatrix > divDevRhoReff(volVectorField &U) const
Return the source term for the momentum equation.
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< volSymmTensorField > R() const
Return the Reynolds stress tensor.
volScalarField gs0_
The granular radial distribution.
TypeName("kineticTheory")
Runtime type information.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
autoPtr< kineticTheoryModels::granularPressureModel > granularPressureModel_
Run-time selected granular pressure model.
autoPtr< kineticTheoryModels::conductivityModel > conductivityModel_
Run-time selected conductivity model.
void operator=(const kineticTheoryModel &)
Disallow default bitwise assignment.
volScalarField lambda_
The granular bulk viscosity.
Kinetic theory particle phase RAS model.
virtual tmp< volScalarField > k() const
Return the turbulence kinetic energy.
virtual tmp< volScalarField > epsilon() const
Return the turbulence kinetic energy dissipation rate.
dimensionedScalar alphaMax_
Maximum packing phase-fraction.
volScalarField kappa_
The granular "thermal" conductivity.
virtual tmp< volScalarField > nuEff() const
Return the effective viscosity.
dimensionedScalar e_
Coefficient of restitution.
const phaseModel & phase_
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
Generic GeometricField class.
Switch equilibrium_
Use equilibrium approximation: generation == dissipation.
autoPtr< kineticTheoryModels::radialModel > radialModel_
Run-time selected radial distribution model.
virtual tmp< volScalarField > alpha() const
Return the laminar thermal diffusivity for enthalpy [kg/m/s].