Skip to main content

alphatPhaseChangeWallFunction

Description

The compressible::alphatPhaseChangeWallFunction is a boundary condition that provides an abstract base-class for all alphatWallFunctions supporting phase-change.

Usage

The condition requires entries in both the boundary and field files.

Boundary file

<patchName>
{
type patch;
...
}

Field file

<patchName>
{
// Optional entries
dmdt <scalarField>;
mDotL <scalarField>;

// Inherited entries
...
}

where:

PropertyDescriptionTypeRequiredDefault
dmdtRate of phase-changescalarFieldno0.0
mDotLLatent heat of the phase-changescalarFieldno0.0

The inherited entries are elaborated in:

  • fixedValueFvPatchField.H

Further information

Tutorial:

  • N/A

Source code:

API:

History: Introduced in version v2012