Description

The fixedUnburntEnthalpy is a boundary condition that provides a fixed boundary condition for unburnt enthalpy.

Usage

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

Boundary file

<patchName>
{
    type            patch;
    ...
}

Field file

<patchName>
{
    // Mandatory entries
    type            fixedUnburntEnthalpy;

    // Inherited entries
    ...
}

where:

Property Description Type Required Default
type Type name: fixedUnburntEnthalpy word yes -

The inherited entries are elaborated in:

  • fixedValueFvPatchField.H

Further information

Tutorial:

  • N/A

Source code:

API:

History:

  • Introduced in version 1.6