Go to the documentation of this file.
46 namespace kineticTheoryModels
58 radialModel(
const radialModel&) =
delete;
61 void operator=(
const radialModel&) =
delete;
68 const dictionary&
dict_;
83 const dictionary&
dict
92 radialModel(
const dictionary&
dict);
97 static autoPtr<radialModel>
New
99 const dictionary&
dict
110 virtual tmp<volScalarField>
g0
118 virtual tmp<volScalarField>
g0prime
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
virtual ~radialModel()
Destructor.
declareRunTimeSelectionTable(autoPtr, radialModel, dictionary,(const dictionary &dict),(dict))
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)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
dimensionedScalar alphaMax("alphaMax", dimless/dimTime, laminarTransport)
virtual tmp< volScalarField > g0prime(const volScalarField &alpha, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax) const =0
Derivative of the radial distribution function.
Macros to ease declaration of run-time selection tables.