Go to the documentation of this file.
32 #ifndef granularPressureModel_H
33 #define granularPressureModel_H
44 namespace kineticTheoryModels
51 class granularPressureModel
66 const dictionary&
dict_;
81 const dictionary&
dict
95 static autoPtr<granularPressureModel>
New
97 const dictionary&
dict
granularPressureModel(const granularPressureModel &)
Disallow default bitwise copy construct.
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.
static autoPtr< granularPressureModel > New(const dictionary &dict)
TypeName("granularPressureModel")
Runtime type information.
virtual ~granularPressureModel()
Destructor.
void operator=(const granularPressureModel &)
Disallow default bitwise assignment.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
const double e
Elementary charge.
Macros to ease declaration of run-time selection tables.