Skip to main content

greyDiffusiveViewFactor

Description

The greyDiffusiveViewFactor is a boundary condition that provides a grey-diffuse condition for radiative heat flux, qr, for use with the view factor model.

Usage

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

Boundary file

<patchName>
{
type patch;
...
}

Field file

<patchName>
{
// Mandatory entries
type greyDiffusiveViewFactor;
qro <scalarField>;

// Inherited entries
...
}

where:

PropertyDescriptionTypeRequiredDefault
typeType name: greyDiffusiveViewFactorwordyes-
qroExternal radiative heat fluxscalarFieldyes-

The inherited entries are elaborated in:

  • fixedValueFvPatchField.H

Further information

Tutorial:

  • N/A

Source code:

API:

History: Introduced in version 2.4.0