Skip to main content

waveAlpha

Description

The waveAlpha is a boundary condition that establishes the phase fraction by combining multiple wave models.

Usage

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

Boundary file

<patchName>
{
type patch;
...
}

Field file

<patchName>
{
// Mandatory entries
type waveAlpha;

// Optional entries
waveDict <word>;

// Inherited entries
...
}

where:

PropertyDescriptionTypeRequiredDefault
typeType name: waveAlphawordyes-
waveDictName of the wave variables dictionarywordno-

The inherited entries are elaborated in:

  • fixedValueFvPatchField.H
  • waveModel.H

Further information

Tutorial:

Source code:

API:

History: Introduced in version v1612+