Go to the documentation of this file.
35 #ifndef granularPressureModel_H
36 #define granularPressureModel_H
47 namespace kineticTheoryModels
A class for managing temporary objects.
virtual ~granularPressureModel()=default
const volScalarField & alpha1
virtual tmp< volScalarField > granularPressureCoeffPrime(const volScalarField &alpha1, const volScalarField &g0, const volScalarField &g0prime, const volScalarField &rho1, const dimensionedScalar &e) const =0
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
TypeName("granularPressureModel")
static autoPtr< granularPressureModel > New(const dictionary &dict)
granularPressureModel(const dictionary &dict)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Generic dimensioned Type class.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Macros to ease declaration of run-time selection tables.
const dimensionedScalar e
Generic GeometricField class.