Skip to main content

acousticWaveTransmissive

Description

The acousticWaveTransmissive boundary condition provides a wave transmissive outflow condition by solving the following governing equation at the boundary:

DWfDt=0 \frac{D \, W f}{D t} = 0

where WW represents the wave speed and ff corresponds to the field to which this boundary condition is applied.

Usage

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

Boundary file

<patchName>
{
type patch;
...
}

Field file

<patchName>
{
// Mandatory entries
type acousticWaveTransmissive;
advectiveSpeed <scalar>;

// Inherited entries
...
}

PropertyDescriptionTypeRequiredDefault
typeType name: acousticWaveTransmissivewordyes-
advectiveSpeedAdvective speed valuescalaryes-

The inherited entries are elaborated in:

Further information

Tutorial:

Source code:

History: Introduced in version 1.5 ]