44 namespace kineticTheoryModels
56 virtual bool readCoeffs(
const dictionary& coeffDict)
Generic GeometricField class.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
radialModel(const dictionary &coeffDict)
Construct from the coefficients dictionary.
virtual ~radialModel()
Destructor.
void operator=(const radialModel &)=delete
Disallow default bitwise assignment.
virtual tmp< volScalarField > g0(const volScalarField &alpha, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax) const =0
Radial distribution function.
declareRunTimeSelectionTable(autoPtr, radialModel, dictionary,(const dictionary &dict),(dict))
bool read(const dictionary &dict)
Read the coefficients from the optional ".*Coeffs" sub-dictionary.
TypeName("radialModel")
Runtime type information.
static autoPtr< radialModel > New(const dictionary &dict)
virtual tmp< volScalarField > g0prime(const volScalarField &alpha, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax) const =0
Derivative of the radial distribution function.
A class for managing temporary objects.
dimensionedScalar alphaMax(viscosity->lookup("alphaMax"))
volScalarField alpha(IOobject("alpha", runTime.name(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))
Macros to ease declaration of run-time selection tables.