38 namespace wallBoilingModels
40 namespace departureDiameterModels
45 departureDiameterModel,
46 KocamustafaogullariIshii,
59 const dictionary&
dict 62 departureDiameterModel(),
80 const phaseModel& liquid,
81 const phaseModel& vapor,
92 const scalarField rhoLiquid(liquid.thermo().rho(patchi));
93 const scalarField rhoVapor(vapor.thermo().rho(patchi));
95 const scalarField rhoM((rhoLiquid - rhoVapor)/rhoVapor);
97 const tmp<volScalarField>& tsigma
99 liquid.fluid().sigma(phasePairKey(liquid.name(), vapor.name()))
105 0.0012*
pow(rhoM, 0.9)*0.0208*phi_
106 *
sqrt(sigmaw/(
mag(g.value())*(rhoLiquid - rhoVapor)));
KocamustafaogullariIshii(const dictionary &dict)
Construct from a dictionary.
virtual tmp< scalarField > dDeparture(const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L) const
Calculate and return the departure diameter field.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
UniformDimensionedField< vector > uniformDimensionedVectorField
dimensionedScalar sqrt(const dimensionedScalar &ds)
virtual void write(Ostream &os) const
Macros for easy insertion into run-time selection tables.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
virtual void write(Ostream &os) const
stressControl lookup("compactNormalStress") >> compactNormalStress
fvPatchField< scalar > fvPatchScalarField
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
bool readScalar(const char *buf, doubleScalar &s)
Read whole of buf as a scalar. Return true if successful.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
defineTypeNameAndDebug(combustionModel, 0)
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
virtual ~KocamustafaogullariIshii()
Destructor.
dimensioned< scalar > mag(const dimensioned< Type > &)
A class for managing temporary objects.