36 #ifndef turbulentDispersionModel_H
37 #define turbulentDispersionModel_H
58 TypeName(
"turbulentDispersionModel");
104 const bool outer=
true
const phaseInterface & interface() const
Access the interface.
BlendedInterfacialModel(const dictionary &dict, const phaseInterface &interface)
Construct from a dictionary and an interface.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
tmp< volScalarField > D() const
Return the turbulent diffusivity multiplying the gradient of the.
static autoPtr< blendedTurbulentDispersionModel > New(const dictionary &dict, const phaseInterface &interface)
A list of keyword definitions, which are a keyword followed by any number of values (e....
Dimension set for the base types.
Class to represent an interface between phases. Derivations can further specify the configuration of ...
A class for managing temporary objects.
Model for turbulent dispersion between two phases.
turbulentDispersionModel(const dictionary &dict, const phaseInterface &interface)
Construct from a dictionary and an interface.
static autoPtr< turbulentDispersionModel > New(const dictionary &dict, const phaseInterface &interface, const bool outer=true)
static const bool correctFixedFluxBCs
Does this model require correcting on fixed flux boundaries?
static const dimensionSet dimD
Diffusivity dimensions.
virtual tmp< volScalarField > D() const =0
Return the turbulent diffusivity multiplying the gradient of the.
virtual ~turbulentDispersionModel()
Destructor.
declareRunTimeSelectionTable(autoPtr, turbulentDispersionModel, dictionary,(const dictionary &dict, const phaseInterface &interface),(dict, interface))
TypeName("turbulentDispersionModel")
Runtime type information.
void outer(FieldField< Field1, typename outerProduct< Type1, Type2 >::type > &f, const FieldField< Field1, Type1 > &f1, const FieldField< Field2, Type2 > &f2)
Macros to ease declaration of run-time selection tables.