Go to the documentation of this file.
36 #ifndef PDRDragModel_H
37 #define PDRDragModel_H
void operator=(const PDRDragModel &)
Disallow default bitwise assignment.
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
const volVectorField & U_
virtual tmp< volScalarField > Gk() const =0
Return the momentum drag turbulence generation rate.
A class for managing temporary objects.
bool on() const
Return true if the drag model is switched on.
const compressible::RASModel & turbulence_
virtual bool read()
Read object.
TypeName("PDRDragModel")
Runtime type information.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
static autoPtr< PDRDragModel > New(const dictionary &PDRProperties, const compressible::RASModel &turbulence, const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi)
Return a reference to the selected Xi model.
declareRunTimeSelectionTable(autoPtr, PDRDragModel, dictionary,(const dictionary &PDRProperties, const compressible::RASModel &turbulence, const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi),(PDRProperties, turbulence, rho, U, phi))
autoPtr< compressible::turbulenceModel > turbulence
virtual void writeFields() const
virtual bool writeData(Ostream &) const
Pure virtual writaData function.
const volScalarField & rho_
PDRDragModel(const PDRDragModel &)
Disallow copy construct.
A list of keyword definitions, which are a keyword followed by any number of values (e....
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
regIOobject is an abstract class derived from IOobject to handle automatic object registration with t...
virtual ~PDRDragModel()
Destructor.
RASModel< EddyDiffusivity< turbulenceModel > > RASModel
virtual tmp< volSymmTensorField > Dcu() const =0
Return the momentum drag coefficient.
Macros to ease declaration of run-time selection tables.
dictionary PDRDragModelCoeffs_
Base-class for sub-grid obstacle drag models. The available drag model is at basic....
const surfaceScalarField & phi_
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Generic GeometricField class.