Loading...
Searching...
No Matches
liquidFilmBase Class Reference

Base class for liquid-film models. More...

#include <liquidFilmBase.H>

Detailed Description

Base class for liquid-film models.

Usage
Example of the boundary condition specification:
<patchName>
{
    // Mandatory entries
    U                       <word>;
    pRef                    <scalar>;

    // Optional entries
    h0                      <scalar>;
    deltaWet                <scalar>;
    p                       <word>;

    // Inherited entries
    ...
    momentumPredictor       <int>;
    nOuterCorr              <label>;
    nCorr                   <label>;
    nFilmCorr               <label>;
}

where the entries mean:

Property Description Type Reqd Deflt
U Name of velocity field word yes -
pRef Reference absolute pressure scalar yes -
h0 Smallest film thickness scalar no 1e-7
deltaWet Film thickness beyond which face is assumed to be wet scalar no 1e-4
p Name of pressure field word no null

The inherited entries are elaborated in:

Source files

The documentation for this class was generated from the following file: