45 #ifndef KocamustafaogullariIshiiDepartureDiameter_H
46 #define KocamustafaogullariIshiiDepartureDiameter_H
55 namespace wallBoilingModels
57 namespace departureDiameterModels
77 template<
class ScalarFieldType>
81 const ScalarFieldType& Tl,
82 const ScalarFieldType& Tsatw,
83 const ScalarFieldType& L,
84 const ScalarFieldType& rhoLiquid,
85 const ScalarFieldType& rhoVapor,
86 const ScalarFieldType&
sigma
93 TypeName(
"KocamustafaogullariIshii");
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
Generic GeometricField class.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
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...
A class for managing temporary objects.
Base class for bubble departure diameter models.
A correlation for bubble departure diameter.
TypeName("KocamustafaogullariIshii")
Runtime type information.
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 for a wall patch.
virtual void write(Ostream &os) const
Write to stream.
virtual autoPtr< departureDiameterModel > clone() const
Construct and return a clone.
KocamustafaogullariIshiiDepartureDiameter(const dictionary &dict)
Construct from a dictionary.
virtual ~KocamustafaogullariIshiiDepartureDiameter()
Destructor.
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].
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.