38 #ifndef swarmCorrection_H
39 #define swarmCorrection_H
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...
Class to represent an interface between phases. Derivations can further specify the configuration of ...
Drag model modifier to take into account large fractions (swarms) of the dispersed phase....
virtual tmp< volScalarField > Cs() const =0
Swarm correction coefficient.
static autoPtr< swarmCorrection > New(const dictionary &dict, const phaseInterface &interface)
virtual ~swarmCorrection()
Destructor.
TypeName("swarmCorrection")
Runtime type information.
declareRunTimeSelectionTable(autoPtr, swarmCorrection, dictionary,(const dictionary &dict, const phaseInterface &interface),(dict, interface))
const dispersedPhaseInterface interface_
Interface.
swarmCorrection(const dictionary &dict, const phaseInterface &interface)
Construct from a dictionary and an interface.
A class for managing temporary objects.
Macros to ease declaration of run-time selection tables.