Description

Usage

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

Boundary file

<patchName>
{
    type            patch;
    ...
}

Field file

<patchName>
{
    // Mandatory entries
    type            velocityFilmShell;

    // Optional entries
    zeroWallVelocity  <bool>;

    // Inherited entries
    ...
}

where:

Property Description Type Required Default
type Type name: velocityFilmShell word yes -
zeroWallVelocity Flag to enable zero wall velocity bool no true

The inherited entries are elaborated in:

  • mixedFvPatchFields.H
  • liquidFilmBase.H

Further information

Tutorial:

Source code:

API:

History:

  • Introduced in version v2112