Go to the documentation of this file.
34 #ifndef granularPressureModel_H
35 #define granularPressureModel_H
46 namespace kineticTheoryModels
53 class granularPressureModel
58 granularPressureModel(
const granularPressureModel&) =
delete;
61 void operator=(
const granularPressureModel&) =
delete;
68 const dictionary&
dict_;
80 granularPressureModel,
83 const dictionary&
dict
92 granularPressureModel(
const dictionary&
dict);
97 static autoPtr<granularPressureModel>
New
99 const dictionary&
dict
const volScalarField & alpha1
virtual tmp< volScalarField > granularPressureCoeffPrime(const volScalarField &alpha1, const volScalarField &g0, const volScalarField &g0prime, const volScalarField &rho1, const dimensionedScalar &e) const =0
Derivative of the granular pressure coefficient.
declareRunTimeSelectionTable(autoPtr, granularPressureModel, dictionary,(const dictionary &dict),(dict))
virtual tmp< volScalarField > granularPressureCoeff(const volScalarField &alpha1, const volScalarField &g0, const volScalarField &rho1, const dimensionedScalar &e) const =0
Granular pressure coefficient.
TypeName("granularPressureModel")
Runtime type information.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
static autoPtr< granularPressureModel > New(const dictionary &dict)
GeometricField< scalar, fvPatchField, volMesh > volScalarField
Macros to ease declaration of run-time selection tables.
virtual ~granularPressureModel()
Destructor.
const dimensionedScalar e
Elementary charge.