This boundary condition provides a thermal wall function for turbulent thermal diffusivity (usuallyalphat
) based on the Jayatilleke model for the Eulerian multiphase solvers.
More...
Protected Member Functions | |
void | checkType () |
tmp< scalarField > | Psmooth (const scalarField &Prat) const |
tmp< scalarField > | yPlusTherm (const scalarField &P, const scalarField &Prat) const |
tmp< scalarField > | calcAlphat (const scalarField &prevAlphat) const |
Protected Attributes | |
scalar | Prt_ |
scalar | Cmu_ |
scalar | kappa_ |
scalar | E_ |
![]() | |
scalarField | dmdt_ |
scalarField | mDotL_ |
Static Protected Attributes | |
static scalar | tolerance_ = 0.01 |
static label | maxIters_ = 10 |
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 128 of file alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField.H.
alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField | ( | const fvPatch & | p, |
const DimensionedField< scalar, volMesh > & | iF | ||
) |
Definition at line 216 of file alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField.C.
alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField | ( | const fvPatch & | p, |
const DimensionedField< scalar, volMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Definition at line 233 of file alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField.C.
alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField | ( | const alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField & | ptf, |
const fvPatch & | p, | ||
const DimensionedField< scalar, volMesh > & | iF, | ||
const fvPatchFieldMapper & | mapper | ||
) |
Definition at line 249 of file alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField.C.
alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField | ( | const alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField & | awfpsf | ) |
Definition at line 266 of file alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField.C.
alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField | ( | const alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField & | awfpsf, |
const DimensionedField< scalar, volMesh > & | iF | ||
) |
Definition at line 280 of file alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField.C.
|
protected |
Definition at line 48 of file alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField.C.
References Foam::exit(), Foam::FatalError, FatalErrorInFunction, Foam::nl, and Foam::foamVersion::patch.
|
protected |
Definition at line 62 of file alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField.C.
References Foam::exp(), and Foam::pow().
|
protected |
Definition at line 72 of file alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField.C.
References f(), forAll, Foam::log(), Foam::mag(), and tmp::New().
|
protected |
Definition at line 113 of file alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField.C.
References A, alphaEff(), B, GeometricField::boundaryField(), tmp::cref(), fluid, forAll, IOobject::groupName(), k, Foam::log(), Foam::mag(), magUp, Foam::max(), phase::name(), tmp::New(), Foam::foamVersion::patch, fvPatchField::patchInternalField(), Foam::pow025(), Pr(), turbulenceModel::propertiesName, fvPatchField::snGrad(), Foam::sqr(), Foam::sqrt(), uTau, y, and yPlus.
Referenced by alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField::updateCoeffs(), and alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField::updateCoeffs().
TypeName | ( | "compressible::alphatPhaseChangeJayatillekeWallFunction" | ) |
|
inlinevirtual |
Reimplemented in alphatWallBoilingWallFunctionFvPatchScalarField, and alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField.
Definition at line 220 of file alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField.H.
|
inlinevirtual |
Reimplemented in alphatWallBoilingWallFunctionFvPatchScalarField, and alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField.
Definition at line 240 of file alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField.H.
|
virtual |
Implements alphatPhaseChangeWallFunctionFvPatchScalarField.
Reimplemented in alphatWallBoilingWallFunctionFvPatchScalarField, and alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField.
Definition at line 295 of file alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField.C.
References alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField::calcAlphat(), and Foam::operator==().
|
virtual |
Reimplemented from alphatPhaseChangeWallFunctionFvPatchScalarField.
Reimplemented in alphatWallBoilingWallFunctionFvPatchScalarField, and alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField.
Definition at line 309 of file alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField.C.
References os(), and fvPatchField::write().
|
protected |
Definition at line 137 of file alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField.H.
|
protected |
Definition at line 140 of file alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField.H.
|
protected |
Definition at line 143 of file alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField.H.
|
protected |
Definition at line 146 of file alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField.H.
|
staticprotected |
Definition at line 151 of file alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField.H.
|
staticprotected |
Definition at line 154 of file alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.