Skip to main content

atmTurbulentHeatFluxTemperature

Description

The atmTurbulentHeatFluxTemperature is a boundary condition that provides provides a fixed heat constraint on temperature (i.e. T) to specify temperature gradient through an input heat source which can either be specified as absolute power [W], or as flux [W/m^2].

Usage

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

Boundary file

<patchName>
{
type patch;
...
}

Field file

<patchName>
{
// Mandatory entries
type atmTurbulentHeatFluxTemperature;
heatSource <word>;
alphaEff <word>;
Cp0 <scalar>;
q <scalarField>;

// Inherited entries
...
}

where:

PropertyDescriptionTypeRequiredDefault
typeType name: atmTurbulentHeatFluxTemperaturewordyes-
heatSourceHeat source typewordyes-
alphaEffName of turbulent thermal diff. field [kg/m/s]wordyes-
Cp0Specific heat capacity [m2/s2/K]Function1<scalar>yes-
qHeat source value [W (power) or W/m^2 (flux)]PatchFunction1<scalar>yes-

Options for the heatSource entry:

PropertyDescription
powerAbsolute power heat source [W]
fluxFlux heat source [W/m^2]

The inherited entries are elaborated in:

  • fixedGradientFvPatchScalarField.H
  • Function1.H
  • PatchFunction1.H

Further information

Tutorial:

Source code:

API:

History: Introduced in version v2006