Skip to main content

filmPyrolysisRadiativeCoupledMixed

Description

The filmPyrolysisRadiativeCoupledMixed is boundary condition that provides a mixed boundary condition for temperature, to be used in the flow and pyrolysis regions when a film region model is used.

Usage

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

Boundary file

<patchName>
{
type patch;
...
}

Field file

<patchName>
{
// Mandatory entries
type filmPyrolysisRadiativeCoupledMixed;
Tnbr <word>;
qr <word>;
filmDeltaDry <scalar>;
filmDeltaWet <scalar>;

// Optional entries
filmRegion <word>;
pyrolysisRegion <word>;
convectiveScaling <scalar>;

// Inherited entries
...
}

where:

PropertyDescriptionTypeRequiredDefault
typeType name: filmPyrolysisRadiativeCoupledMixedwordyes-
TnbrName of field on the neighbour regionwordyes-
qrName of the radiative heat fluxwordyes-
filmDeltaDryMinimum delta film to be considered dryscalaryes-
filmDeltaWetMaximum delta film to be considered wetscalaryes-
pyrolysisRegionName of pyrolysis regionwordnopyrolysisProperties
filmRegionName of film regionwordnosurfaceFilmProperties
convectiveScalingConvective scaling factorscalarno1.0

The inherited entries are elaborated in:

  • mixedFvPatchFields.H
  • pyrolysisModel.H
  • temperatureCoupledBase.H

Further information

Tutorial:

Source code:

API:

History: Introduced in version 2.2.2