A class for managing temporary objects.
radialModel(const radialModel &)
Disallow default bitwise copy construct.
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
declareRunTimeSelectionTable(autoPtr, radialModel, dictionary,(const dictionary &dict),(dict))
void operator=(const radialModel &)
Disallow default bitwise assignment.
virtual ~radialModel()
Destructor.
TypeName("radialModel")
Runtime type information.
virtual tmp< volScalarField > g0(const volScalarField &alpha, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax) const =0
Radial distribution function.
static autoPtr< radialModel > New(const dictionary &dict)
A list of keyword definitions, which are a keyword followed by any number of values (e....
Generic dimensioned Type class.
dimensionedScalar alphaMax(laminarTransport.lookup("alphaMax"))
virtual tmp< volScalarField > g0prime(const volScalarField &alpha, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax) const =0
Derivative of the radial distribution function.
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.