47 const bool registerObject
68 const volScalarField mud(interface_.dispersed().fluidThermo().mu());
69 const volScalarField muc(interface_.continuous().fluidThermo().mu());
75 muc*
pow(
max(1 - interface_.dispersed(), scalar(1
e-3)), -2.5*muStar)
81 pos0(1000 - ReM)*24*(1 + 0.1*
pow(ReM, 0.75))
82 +
neg(1000 - ReM)*0.44*ReM
93 pos0(CdReEllipse - CdRe)
94 *
min(CdReEllipse,
Re*
sqr(1 - interface_.dispersed())*2.66667)
95 +
neg(CdReEllipse - CdRe)*CdRe;
Macros for easy insertion into run-time selection tables.
Generic GeometricField class.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Model for drag between phases.
Ishii and Zuber (1979) drag model for dense dispersed bubbly flows.
IshiiZuber(const dictionary &dict, const phaseInterface &interface, const bool registerObject)
Construct from a dictionary and an interface.
virtual ~IshiiZuber()
Destructor.
virtual tmp< volScalarField > CdRe() const
Drag coefficient.
Class to represent an interface between phases. Derivations can further specify the configuration of ...
A class for managing temporary objects.
const dimensionedScalar F
Faraday constant: default SI units: [C/kmol].
defineTypeNameAndDebug(aerosolDrag, 0)
addToRunTimeSelectionTable(dragModel, aerosolDrag, dictionary)
dimensionedScalar pos0(const dimensionedScalar &ds)
dimensionedSymmTensor sqr(const dimensionedVector &dv)
layerAndWeight min(const layerAndWeight &a, const layerAndWeight &b)
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
dimensionedScalar sqrt(const dimensionedScalar &ds)
layerAndWeight max(const layerAndWeight &a, const layerAndWeight &b)
dimensionedScalar neg(const dimensionedScalar &ds)
scalarField Re(const UList< complex > &cf)