Skip to main content

fixedNormalSlip

Description

The fixedNormalSlip is a vector/tensor boundary condition that sets the patch-normal component to of the field to the patch-normal component of a user specified field. The tangential component is treated as slip, i.e. copied from the internal field.

Usage

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

Boundary file

<patchName>
{
type wall;
...
}

Field file

<patchName>
{
// Mandatory entries
type fixedNormalSlip;
fixedValue <vectorField> or <tensorField>;

// Optional entries
writeValue <bool>;

// Inherited entries;
...
}

where:

PropertyDescriptionTypeRequiredDefault
typeType name: fixedNormalSlipwordyes-
fixedValueUser-defined patch-normal fieldvectorField/tensorFieldyes-
writeValueWrite patch values (eg, ParaView)boolnofalse

The inherited entries are elaborated in:

Further information

Tutorial:

Source code:

API:

History: Introduced in version 1.5