37 namespace wallBoilingModels
39 namespace departureFrequencyModels
44 departureFrequencyModel,
45 KocamustafaogullariIshiiDepartureFrequency,
59 departureFrequencyModel(),
60 Cf_(dict.lookupOrDefault<scalar>(
"Cf", 1.18))
68 const KocamustafaogullariIshiiDepartureFrequency& model
90 const phaseModel& liquid,
91 const phaseModel& vapor,
103 const scalarField rhoLiquid(liquid.thermo().rho(patchi));
104 const scalarField rhoVapor(
min(vapor.thermo().rho(patchi), rhoLiquid));
106 const tmp<volScalarField> tsigma
108 liquid.fluid().sigma(phaseInterface(liquid, vapor))
116 sigmaw*
mag(g.value())*(rhoLiquid - rhoVapor)/
sqr(rhoLiquid)
FvWallInfoData< WallInfo, label > label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Ostream & writeKeyword(Foam::Ostream &os, const keyType &kw)
Write the keyword to the Ostream with the current level of indentation.
UniformDimensionedField< vector > uniformDimensionedVectorField
dimensionedSymmTensor sqr(const dimensionedVector &dv)
dimensionedScalar pow025(const dimensionedScalar &ds)
Macros for easy insertion into run-time selection tables.
virtual void write(Ostream &os) const
GeometricField< scalar, fvPatchField, volMesh > volScalarField
fvPatchField< scalar > fvPatchScalarField
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
layerAndWeight min(const layerAndWeight &a, const layerAndWeight &b)
virtual ~KocamustafaogullariIshiiDepartureFrequency()
Destructor.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
defineTypeNameAndDebug(combustionModel, 0)
departureFrequencyModel()
Construct null.
virtual tmp< scalarField > fDeparture(const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L, const scalarField &dDep) const
Calculate and return the bubble departure frequency.
dimensioned< scalar > mag(const dimensioned< Type > &)
A class for managing temporary objects.
KocamustafaogullariIshiiDepartureFrequency(const dictionary &dict)
Construct from a dictionary.
virtual void write(Ostream &os) const