114 basic(
const basic&) =
delete;
117 void operator=(
const basic&) =
delete;
virtual bool read()
Inherit read from regIOobject.
virtual ~basic()
Destructor.
virtual tmp< volSymmTensorField > Dcu() const
Return the momentum drag coefficient.
virtual bool read(const dictionary &PDRProperties)
Update properties from given dictionary.
basic(const dictionary &PDRProperties, const compressible::RASModel &turbulence, const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi)
Construct from components.
virtual tmp< volScalarField > Gk() const
Return the momentum drag turbulence generation rate.
void writeFields() const
Write fields.
TypeName("basic")
Runtime type information.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
A class for managing temporary objects.
RASModel< EddyDiffusivity< turbulenceModel > > RASModel
GeometricField< vector, fvPatchField, volMesh > volVectorField
GeometricField< scalar, fvPatchField, volMesh > volScalarField
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
GeometricField< symmTensor, fvPatchField, volMesh > volSymmTensorField
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.