This boundary condition provides a thermal wall function or the turbulent thermal diffusivity for walls on which a wall phase change fvModel is in operation. The presence of this condition is used by the phase change fvModel to determine on which walls phase change takes place. More...


Public Member Functions | |
| TypeName ("alphatPhaseChangeWallFunction") | |
| Runtime type information. More... | |
| alphatPhaseChangeWallFunctionFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, fvMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. More... | |
| alphatPhaseChangeWallFunctionFvPatchScalarField (const alphatPhaseChangeWallFunctionFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, fvMesh > &, const fieldMapper &) | |
| Construct by mapping given. More... | |
| alphatPhaseChangeWallFunctionFvPatchScalarField (const alphatPhaseChangeWallFunctionFvPatchScalarField &)=delete | |
| Disallow copy without setting internal field reference. More... | |
| alphatPhaseChangeWallFunctionFvPatchScalarField (const alphatPhaseChangeWallFunctionFvPatchScalarField &, const DimensionedField< scalar, fvMesh > &) | |
| Copy constructor setting internal field reference. More... | |
| virtual tmp< fvPatchScalarField > | clone (const DimensionedField< scalar, fvMesh > &iF) const |
| Construct and return a clone setting internal field reference. More... | |
| virtual void | updateCoeffs () |
| Update the coefficients associated with the patch field. More... | |
This boundary condition provides a thermal wall function or the turbulent thermal diffusivity for walls on which a wall phase change fvModel is in operation. The presence of this condition is used by the phase change fvModel to determine on which walls phase change takes place.
<patchType>
{
type alphatPhaseChangeWallFunction;
libs ("libmultiphaseEulerFvModels.so");
value uniform 0;
}
Definition at line 68 of file alphatPhaseChangeWallFunctionFvPatchScalarField.H.
| alphatPhaseChangeWallFunctionFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, fvMesh > & | iF, | ||
| const dictionary & | dict | ||
| ) |
Construct from patch, internal field and dictionary.
Definition at line 71 of file alphatPhaseChangeWallFunctionFvPatchScalarField.C.
Referenced by alphatPhaseChangeWallFunctionFvPatchScalarField::clone().

| alphatPhaseChangeWallFunctionFvPatchScalarField | ( | const alphatPhaseChangeWallFunctionFvPatchScalarField & | psf, |
| const fvPatch & | p, | ||
| const DimensionedField< scalar, fvMesh > & | iF, | ||
| const fieldMapper & | mapper | ||
| ) |
Construct by mapping given.
alphatPhaseChangeWallFunctionFvPatchScalarField onto a new patch
Definition at line 84 of file alphatPhaseChangeWallFunctionFvPatchScalarField.C.
|
delete |
Disallow copy without setting internal field reference.
| alphatPhaseChangeWallFunctionFvPatchScalarField | ( | const alphatPhaseChangeWallFunctionFvPatchScalarField & | psf, |
| const DimensionedField< scalar, fvMesh > & | iF | ||
| ) |
Copy constructor setting internal field reference.
Definition at line 98 of file alphatPhaseChangeWallFunctionFvPatchScalarField.C.
| TypeName | ( | "alphatPhaseChangeWallFunction" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Definition at line 127 of file alphatPhaseChangeWallFunctionFvPatchScalarField.H.
References alphatPhaseChangeWallFunctionFvPatchScalarField::alphatPhaseChangeWallFunctionFvPatchScalarField().

|
virtual |
Update the coefficients associated with the patch field.
Definition at line 112 of file alphatPhaseChangeWallFunctionFvPatchScalarField.C.
References wallPhaseChange::active(), wallPhaseChange::alphats(), forAll, and Foam::operator==().
