Skip to main content

filmHeightInletVelocity

Description

The filmHeightInletVelocity is boundary condition designed to be used in conjunction with surface film modelling. It provides a velocity inlet boundary condition for patches where the film height is specified. The inflow velocity is obtained from the flux with a direction normal to the patch faces using:

up=nϕρSfδ \u_p = \frac{\vec{n} \phi}{\rho |\vec{S}_f| \delta}

where:

PropertyDescription
up\u_pPatch velocity [m/s]
n\vec{n}Patch normal vector
ϕ\phiMass flux [kg/s]
ρ\rhoDensity [kg/m^3]
Sf\vec{S}_fPatch face area vectors [m^2]
δ\deltaFilm height [m]

Usage

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

Boundary file

<patchName>
{
type wall;
...
}

Field file

<patchName>
{
// Mandatory entries
type filmHeightInletVelocity;

// Optional entries
phi <word>;
rho <word>;
deltaf <word>;

// Inherited entries
...
}

where:

PropertyDescriptionTypeRequiredDefault
typeType name: filmHeightInletVelocitywordyes-
phiName of flux fieldwordyes-
rhoName of density fieldwordyes-
deltafName of height fieldwordyes-

The inherited entries are elaborated in:

  • fixedValueFvPatchField.H

Further information

Tutorial:

  • N/A

Source code:

API:

History: Introduced in version 2.0.0