Go to the documentation of this file.
32 #ifndef granularPressureModel_H
33 #define granularPressureModel_H
44 namespace kineticTheoryModels
granularPressureModel(const granularPressureModel &)
Disallow default bitwise copy construct.
A class for managing temporary objects.
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.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Generic dimensioned Type class.
const double e
Elementary charge.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Macros to ease declaration of run-time selection tables.
Generic GeometricField class.