35 namespace diameterModels
51 const dictionary&
dict 101 typedef compressible::alphatWallBoilingWallFunctionFvPatchScalarField
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]);
virtual tmp< fvScalarMatrix > R(const volScalarField &alphai, volScalarField &kappai) const
#define forAll(list, i)
Loop across all elements in list.
FvWallInfoData< WallInfo, label > label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
const phaseModel & otherPhase() const
virtual tmp< volScalarField > rho() const =0
Return the density field.
GeometricBoundaryField< scalar, fvPatchField, volMesh > Boundary
Type of the boundary field.
const dimensionSet dimless
tmp< fvMatrix< Type > > Sp(const volScalarField::Internal &, const GeometricField< Type, fvPatchField, volMesh > &)
wallBoiling(const IATE &iate, const dictionary &dict)
DimensionedField< scalar, volMesh > Internal
Type of the internal field from which this GeometricField is derived.
Macros for easy insertion into run-time selection tables.
virtual tmp< fvScalarMatrix > R(const volScalarField &alphai, volScalarField &kappai) const
GeometricField< scalar, fvPatchField, volMesh > volScalarField
const dimensionSet dimTime
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
static word groupName(Name name, const word &group)
const phaseModel & phase() const
List< label > labelList
A List of labels.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
const Mesh & mesh() const
Return mesh.
defineTypeNameAndDebug(combustionModel, 0)
word name(const complex &)
Return a string representation of a complex.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
A class for managing temporary objects.
Calculate the matrix for implicit and explicit sources.