37 #ifndef dispersedDragModel_H
38 #define dispersedDragModel_H
48 class swarmCorrection;
bool & registerObject()
Register object created from this IOobject with registry if true.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A list of keyword definitions, which are a keyword followed by any number of values (e....
Class to represent a interface between phases where one phase is considered dispersed within the othe...
Model for drag between phases.
dispersedDragModel(const dictionary &dict, const phaseInterface &interface, const bool registerObject)
virtual tmp< surfaceScalarField > Kf() const
Return the drag coefficient Kf.
const dispersedPhaseInterface interface_
Interface.
virtual tmp< volScalarField > CdRe() const =0
Drag coefficient.
virtual tmp< volScalarField > Ki() const
Return the phase-intensive drag coefficient Ki.
virtual tmp< volScalarField > K() const
Return the drag coefficient K.
autoPtr< swarmCorrection > swarmCorrection_
Swarm correction.
virtual ~dispersedDragModel()
Destructor.
Class to represent an interface between phases. Derivations can further specify the configuration of ...
A class for managing temporary objects.