35 namespace wallBoilingModels
37 namespace departureFrequencyModels
53 template<
class ScalarFieldType>
55 Foam::wallBoilingModels::departureFrequencyModels::
56 KocamustafaogullariIshiiDepartureFrequency::calculate
59 const ScalarFieldType& dDep,
60 const ScalarFieldType& rhoLiquid,
61 const ScalarFieldType& rhoVapour,
62 const ScalarFieldType&
sigma
Macros for easy insertion into run-time selection tables.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
Generic GeometricField class.
const Boundary & boundaryField() const
Return const-reference to the boundary field.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Mesh data needed to do the Finite Volume discretisation.
Generic thermophysical properties class for a liquid in which the functions and coefficients for each...
scalar rho(scalar p, scalar T) const
Liquid density [kg/m^3].
scalar sigma(scalar p, scalar T) const
Surface tension [N/m].
const Type & lookupObject(const word &name) const
Lookup and return the object of the given Type and name.
Word-pair based class used for keying interface models in hash tables.
virtual const volScalarField & rho() const =0
Return the density field.
A class for managing temporary objects.
Base class for bubble departure frequency models.
virtual void write(Ostream &os) const
Write to stream.
Correlation for bubble departure frequency.
virtual ~KocamustafaogullariIshiiDepartureFrequency()
Destructor.
virtual tmp< scalarField > fDeparture(const phaseModel &liquid, const phaseModel &vapour, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L, const scalarField &dDep) const
Calculate and return the bubble departure frequency.
virtual void write(Ostream &os) const
Write to stream.
KocamustafaogullariIshiiDepartureFrequency(const dictionary &dict)
Construct from a dictionary.
Foam::fvMesh mesh(Foam::IOobject(regionName, runTime.name(), runTime, Foam::IOobject::MUST_READ), false)
const dimensionedScalar sigma
Stefan-Boltzmann constant: default SI units: [W/m^2/K^4].
label calculate(const fvMesh &mesh, const labelHashSet &patchIDs, const scalar minFaceFraction, GeometricField< scalar, GeoMesh > &distance)
Calculate distance data from patches.
defineTypeNameAndDebug(Cole, 0)
addToRunTimeSelectionTable(departureFrequencyModel, Cole, dictionary)
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
void pow025(LagrangianPatchField< scalar > &f, const LagrangianPatchField< scalar > &f1)
const dimensionSet dimless
void mag(LagrangianPatchField< scalar > &f, const LagrangianPatchField< Type > &f1)
void sqr(LagrangianPatchField< typename outerProduct< Type, Type >::type > &f, const LagrangianPatchField< Type > &f1)
Ostream & writeKeyword(Foam::Ostream &os, const keyType &kw)
Write the keyword to the Ostream with the current level of indentation.