Description

The mixedEnergy is a boundary condition that provides a mixed condition for internal energy.

Usage

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

Boundary file

<patchName>
{
    type            patch;
    ...
}

Field file

<patchName>
{
    // Mandatory entries
    type            mixedEnergy;

    // Inherited entries
    ...
}

where:

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

The inherited entries are elaborated in:

  • mixedFvPatchFields.H

Further information

Tutorial:

  • N/A

Source code:

API:

History:

  • Introduced in version 2106