36 namespace wallBoilingModels
38 namespace departureFrequencyModels
43 departureFrequencyModel,
57 departureFrequencyModel()
64 departureFrequencyModel(model)
81 const phaseModel& liquid,
82 const phaseModel& vapor,
94 const scalarField rhoLiquid(liquid.thermo().rho(patchi));
95 const scalarField rhoVapor(vapor.thermo().rho(patchi));
100 *
max(rhoLiquid - rhoVapor, scalar(0.1))
layerAndWeight max(const layerAndWeight &a, const layerAndWeight &b)
FvWallInfoData< WallInfo, label > 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)
Macros for easy insertion into run-time selection tables.
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
defineTypeNameAndDebug(combustionModel, 0)
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.
Cole(const dictionary &dict)
Construct from a dictionary.
dimensioned< scalar > mag(const dimensioned< Type > &)
A class for managing temporary objects.
virtual ~Cole()
Destructor.