This boundary condition provides a thermal wall function for turbulent thermal diffusivity (usuallyalphat
) based on the Jayatilleke model for the Eulerian multiphase solvers.
More...
Public Member Functions | |
TypeName ("compressible::alphatPhaseChangeJayatillekeWallFunction") | |
Runtime type information. More... | |
alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &) | |
Construct from patch and internal field. More... | |
alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary. More... | |
alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField (const alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &) | |
alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField (const alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField &) | |
Construct as copy. More... | |
virtual tmp< fvPatchScalarField > | clone () const |
Construct and return a clone. More... | |
alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField (const alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField &, const DimensionedField< scalar, volMesh > &) | |
Construct as copy setting internal field reference. More... | |
virtual tmp< fvPatchScalarField > | clone (const DimensionedField< scalar, volMesh > &iF) const |
Construct and return a clone setting internal field reference. More... | |
virtual void | updateCoeffs () |
Update the coefficients associated with the patch field. More... | |
virtual void | write (Ostream &) const |
Write. More... | |
Public Member Functions inherited from alphatPhaseChangeWallFunctionFvPatchScalarField | |
TypeName ("compressible::alphatPhaseChangeWallFunction") | |
Runtime type information. More... | |
alphatPhaseChangeWallFunctionFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &) | |
Construct from patch and internal field. More... | |
alphatPhaseChangeWallFunctionFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary. More... | |
alphatPhaseChangeWallFunctionFvPatchScalarField (const alphatPhaseChangeWallFunctionFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &) | |
alphatPhaseChangeWallFunctionFvPatchScalarField (const alphatPhaseChangeWallFunctionFvPatchScalarField &) | |
Construct as copy. More... | |
alphatPhaseChangeWallFunctionFvPatchScalarField (const alphatPhaseChangeWallFunctionFvPatchScalarField &, const DimensionedField< scalar, volMesh > &) | |
Construct as copy setting internal field reference. More... | |
virtual const scalarField & | dmdt () const |
Return the rate of phase-change. More... | |
virtual const scalarField & | mDotL () const |
Return the enthalpy source due to phase-change. More... | |
virtual bool | activePhasePair (const phasePairKey &) const |
Is there phase change mass transfer for this phasePair. More... | |
virtual const scalarField & | dmdt (const phasePairKey &) const |
Return the rate of phase-change for specific phase pair. More... | |
virtual const scalarField & | mDotL (const phasePairKey &) const |
Return the rate of phase-change for specific phase pair. More... | |
virtual scalarField | dmdt (const word &) const |
Return the rate of phase-change for specific phase. More... | |
virtual scalarField | mDotL (const word &) const |
Return the enthalpy source due to phase-change for specific phase. More... | |
virtual void | updateCoeffs ()=0 |
Update the coefficients associated with the patch field. More... | |
virtual void | write (Ostream &) const |
Write. More... | |
Protected Member Functions | |
void | checkType () |
Check the type of the patch. More... | |
tmp< scalarField > | Psmooth (const scalarField &Prat) const |
'P' function More... | |
tmp< scalarField > | yPlusTherm (const scalarField &P, const scalarField &Prat) const |
Calculate y+ at the edge of the thermal laminar sublayer. More... | |
tmp< scalarField > | calcAlphat (const scalarField &prevAlphat) const |
Update turbulent thermal diffusivity. More... | |
Protected Attributes | |
scalar | Prt_ |
Turbulent Prandtl number. More... | |
scalar | Cmu_ |
Empirical model coefficient. More... | |
scalar | kappa_ |
Von Karman constant. More... | |
scalar | E_ |
Wall roughness parameter. More... | |
Protected Attributes inherited from alphatPhaseChangeWallFunctionFvPatchScalarField | |
scalarField | dmdt_ |
Rate of phase-change. More... | |
scalarField | mDotL_ |
Latent heat of the phase-change. More... | |
Static Protected Attributes | |
static scalar | tolerance_ = 0.01 |
Absolute tolerance. More... | |
static label | maxIters_ = 10 |
Maximum number of iterations. More... | |
This boundary condition provides a thermal wall function for turbulent thermal diffusivity (usuallyalphat
) based on the Jayatilleke model for the Eulerian multiphase solvers.
<patchName> { // Mandatory entries type alphatPhaseChangeJayatillekeWallFunction; // Optional entries Prt <scalar>; Cmu <scalar>; kappa <scalar>; E <scalar>; // Inherited entries ... }
where the entries mean:
Property | Description | Type | Reqd | Deflt |
---|---|---|---|---|
type | Type name: compressible::alphatPhaseChangeJayatillekeWallFunction | word | yes | - |
Prt | Turbulent Prandtl number | scalar | no | 0.85 |
Cmu | Empirical model coefficient | scalar | no | 0.09 |
kappa | Von Karman constant | scalar | no | 0.41 |
E | Wall roughness parameter | scalar | no | 9.8 |
The inherited entries are elaborated in:
Definition at line 132 of file alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField.H.
alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField | ( | const fvPatch & | p, |
const DimensionedField< scalar, volMesh > & | iF | ||
) |
Construct from patch and internal field.
Definition at line 221 of file alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField.C.
References alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField::checkType().
alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField | ( | const fvPatch & | p, |
const DimensionedField< scalar, volMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Construct from patch, internal field and dictionary.
Definition at line 238 of file alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField.C.
alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField | ( | const alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField & | ptf, |
const fvPatch & | p, | ||
const DimensionedField< scalar, volMesh > & | iF, | ||
const fvPatchFieldMapper & | mapper | ||
) |
Construct by mapping given alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField onto a new patch
Definition at line 254 of file alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField.C.
alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField | ( | const alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField & | awfpsf | ) |
Construct as copy.
Definition at line 271 of file alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField.C.
alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField | ( | const alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField & | awfpsf, |
const DimensionedField< scalar, volMesh > & | iF | ||
) |
Construct as copy setting internal field reference.
Definition at line 285 of file alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField.C.
|
protected |
Check the type of the patch.
Definition at line 55 of file alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField.C.
References Foam::exit(), Foam::FatalError, FatalErrorInFunction, and Foam::nl.
Referenced by alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField::alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField(), and alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField::alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField().
|
protected |
'P' function
Definition at line 68 of file alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField.C.
References Foam::exp(), and Foam::pow().
Referenced by alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField::calcAlphat(), and alphatWallBoilingWallFunctionFvPatchScalarField::updateCoeffs().
|
protected |
Calculate y+ at the edge of the thermal laminar sublayer.
Definition at line 78 of file alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField.C.
References alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField::E_, f(), forAll, alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField::kappa_, Foam::log(), Foam::mag(), alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField::maxIters_, Time::New(), and alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField::tolerance_.
Referenced by alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField::calcAlphat(), and alphatWallBoilingWallFunctionFvPatchScalarField::updateCoeffs().
|
protected |
Update turbulent thermal diffusivity.
Definition at line 119 of file alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField.C.
References A, alphaEff(), B, GeometricField< Type, PatchField, GeoMesh >::boundaryField(), alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField::Cmu_, tmp< T >::cref(), alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField::E_, fluid, forAll, IOobject::groupName(), k, alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField::kappa_, Foam::log(), Foam::mag(), magUp, Foam::max(), phase::name(), Time::New(), fvPatchField< Type >::patchInternalField(), phaseSystem::phases(), Foam::pow025(), Pr(), phaseSystem::propertiesName, alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField::Prt_, alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField::Psmooth(), fvPatchField< Type >::snGrad(), Foam::sqr(), Foam::sqrt(), uTau, y, yPlus, and alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField::yPlusTherm().
Referenced by alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField::updateCoeffs(), alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField::updateCoeffs(), and alphatWallBoilingWallFunctionFvPatchScalarField::updateCoeffs().
TypeName | ( | "compressible::alphatPhaseChangeJayatillekeWallFunction" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Reimplemented in alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField, and alphatWallBoilingWallFunctionFvPatchScalarField.
Definition at line 224 of file alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField.H.
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Reimplemented in alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField, and alphatWallBoilingWallFunctionFvPatchScalarField.
Definition at line 243 of file alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField.H.
|
virtual |
Update the coefficients associated with the patch field.
Implements alphatPhaseChangeWallFunctionFvPatchScalarField.
Reimplemented in alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField, and alphatWallBoilingWallFunctionFvPatchScalarField.
Definition at line 302 of file alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField.C.
References alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField::calcAlphat(), and Foam::operator==().
|
virtual |
Write.
Reimplemented from alphatPhaseChangeWallFunctionFvPatchScalarField.
Reimplemented in alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField, and alphatWallBoilingWallFunctionFvPatchScalarField.
Definition at line 315 of file alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField.C.
References alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField::Cmu_, alphatPhaseChangeWallFunctionFvPatchScalarField::dmdt_, alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField::E_, alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField::kappa_, os(), alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField::Prt_, ObukhovLength::write(), Ostream::writeEntry(), and Field< Type >::writeEntry().
|
protected |
Turbulent Prandtl number.
Definition at line 141 of file alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField.H.
Referenced by alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField::calcAlphat(), alphatWallBoilingWallFunctionFvPatchScalarField::updateCoeffs(), and alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField::write().
|
protected |
Empirical model coefficient.
Definition at line 144 of file alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField.H.
Referenced by alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField::calcAlphat(), alphatWallBoilingWallFunctionFvPatchScalarField::updateCoeffs(), and alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField::write().
|
protected |
Von Karman constant.
Definition at line 147 of file alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField.H.
Referenced by alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField::calcAlphat(), alphatWallBoilingWallFunctionFvPatchScalarField::updateCoeffs(), alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField::write(), and alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField::yPlusTherm().
|
protected |
Wall roughness parameter.
Definition at line 150 of file alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField.H.
Referenced by alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField::calcAlphat(), alphatWallBoilingWallFunctionFvPatchScalarField::updateCoeffs(), alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField::write(), and alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField::yPlusTherm().
|
staticprotected |
Absolute tolerance.
Definition at line 155 of file alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField.H.
Referenced by alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField::yPlusTherm().
|
staticprotected |
Maximum number of iterations.
Definition at line 158 of file alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField.H.
Referenced by alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField::yPlusTherm().