Skip to main content

specularRadiation

Description

The specularRadiation is a mixed boundary condition that provides a specular radiation condition for axisymmetric and symmetry-plane fvDOM computations.

Usage

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

Boundary file

<patchName>
{
type patch;
...
}

Field file

<patchName>
{
// Mandatory entries
type specularRadiation;

// Optional entries
interpolate <bool>;

// Inherited entries
patchType <word>;
...
}

where:

PropertyDescriptionTypeRequiredDefault
typeType name: specularRadiationwordyes-
interpolateFlag to enable ray-intensity interpboolnofalse

The inherited entries are elaborated in:

  • mixedFvPatchFields.H

Further information

Tutorial:

  • N/A

Source code:

API:

History: Introduced in version v2306