35 namespace diameterModels
72 phase().time().
name(),
84 phase().time().
name(),
102 alphatWallBoilingWallFunction;
106 if (isA<alphatWallBoilingWallFunction>(alphatBf[
patchi]))
108 const alphatWallBoilingWallFunction& alphatw =
109 refCast<const alphatWallBoilingWallFunction>(alphatBf[
patchi]);
114 const labelList& faceCells = alphatw.patch().faceCells();
118 if (dmdt[facei] > small)
120 const label faceCelli = faceCells[facei];
122 dmdt[facei]/(alphai[faceCelli]*
rho[faceCelli]);
123 Rdk[faceCelli] =
R[faceCelli]*(6.0/dDep[facei]);
#define forAll(list, i)
Loop across all elements in list.
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...
const dimensionSet & dimensions() const
Return dimensions.
const Mesh & mesh() const
Return mesh.
Generic GeometricBoundaryField class.
Generic GeometricField class.
const Boundary & boundaryField() const
Return const-reference to the boundary field.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
static word groupName(Name name, const word &group)
A thermal wall function for simulation of subcooled nucleate wall boiling with runtime selectable sub...
IATE (Interfacial Area Transport Equation) bubble diameter model.
IATE (Interfacial Area Transport Equation) bubble diameter model run-time selectable sources.
Wall-boiling IATE source.
wallBoiling(const IATE &iate, const dictionary &dict)
virtual tmp< fvScalarMatrix > R(const volScalarField &alphai, volScalarField &kappai) const
A list of keyword definitions, which are a keyword followed by any number of values (e....
A class for managing temporary objects.
Calculate the matrix for implicit and explicit sources.
defineTypeNameAndDebug(dummy, 0)
addToRunTimeSelectionTable(IATEsource, dummy, word)
tmp< fvMatrix< Type > > Sp(const volScalarField::Internal &, const VolField< Type > &)
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
word name(const bool)
Return a word representation of a bool.
const dimensionSet dimless
const dimensionSet dimTime
word typedName(Name name)
Return the name of the object within the given type.
static scalar R(const scalar a, const scalar x)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.