Skip to main content

fixedMultiPhaseHeatFlux

Description

The compressible::fixedMultiPhaseHeatFlux is a boundary condition that calculates a wall temperature that produces the specified overall wall heat flux across all the phases in an Eulerian multi-phase simulation.

Intended to be used with the copiedFixedValue condition to ensure that phase wall temperature are consistent:

  • Set fixedMultiPhaseHeatFlux boundary for one of the phases
  • Use copiedFixedValue for all the other phases.

Usage

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

Boundary file

<patchName>
{
type patch;
...
}

Field file

<patchName>
{
// Mandatory entries
type fixedMultiPhaseHeatFlux;
q <scalarField>;

// Optional entries
relax <scalar>;
Tmin <scalar>;

// Inherited entries
...
}

where:

PropertyDescriptionTypeRequiredDefault
typeType name: fixedMultiPhaseHeatFluxwordyes-
qHeat power [W] or flux [W/m^2]scalarFieldyes-
relaxRelaxation factorscalarno1.0
TminMinimum temperature limit [K]scalarno273.0

The inherited entries are elaborated in:

  • fixedValueFvPatchField.H

Further information

Tutorial:

Source code:

API:

History: Introduced in version v2012