Skip to main content

partialSlip

Description

The partialSlip is a velocity boundary condition that determines the amount of slip is controlled by a user-supplied field.

Usage

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

Boundary file

<patchName>
{
type wall;
...
}

Field file

<patchName>
{
// Mandatory entries
type partialSlip;
valueFraction <Field>;

// Optional entries
refValue <Field>;
writeValue <bool>;

// Inherited entries
...
}

where:

PropertyDescriptionTypeRequiredDefault
typeType name: partialSlipwordyes-
valueFractionFraction of refValue used for boundary [0-1]Fieldyes-
refValueReference value at zero slipFieldnoZero
writeValueFlag to output patch values (e.g. for ParaView)boolnofalse

The inherited entries are elaborated in:

Further information

Tutorial:

  • N/A

Source code:

API:

History: Introduced in version 1.5