Skip to main content

velocityFilmShell

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:

PropertyDescriptionTypeRequiredDefault
typeType name: velocityFilmShellwordyes-
zeroWallVelocityFlag to enable zero wall velocityboolnotrue

The inherited entries are elaborated in:

  • mixedFvPatchFields.H
  • liquidFilmBase.H

Further information

Tutorial:

Source code:

API:

History: Introduced in version v2112