49 class swarmCorrection;
77 (dict, interface, registerObject)
97 const bool registerObject
111 const bool outer=
true,
112 const bool registerObject=
true
declareRunTimeSelectionTable(autoPtr, dragModel, dictionary,(const dictionary &dict, const phaseInterface &interface, const bool registerObject),(dict, interface, registerObject))
A list of keyword definitions, which are a keyword followed by any number of values (e...
TypeName("dragModel")
Runtime type information.
dragModel(const dictionary &dict, const phaseInterface &interface, const bool registerObject)
void outer(FieldField< Field1, typename outerProduct< Type1, Type2 >::type > &f, const FieldField< Field1, Type1 > &f1, const FieldField< Field2, Type2 > &f2)
Class to represent an interface between phases. Derivations can further specify the configuration of ...
virtual ~dragModel()
Destructor.
Dimension set for the base types.
bool writeData(Ostream &os) const
Dummy write for regIOobject.
virtual tmp< surfaceScalarField > Kf() const =0
Return the drag coefficient Kf.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
static autoPtr< dragModel > New(const dictionary &dict, const phaseInterface &interface, const bool outer=true, const bool registerObject=true)
static const bool correctFixedFluxBCs
Does this model require correcting on fixed flux boundaries?
static const dimensionSet dimK
Coefficient dimensions.
Model for drag between phases.
regIOobject is an abstract class derived from IOobject to handle automatic object registration with t...
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.
A class for managing temporary objects.
bool & registerObject()
Register object created from this IOobject with registry if true.
virtual tmp< volScalarField > K() const =0
Return the drag coefficient K.