Skip to main content

fixedShearStress

Description

The fixedShearStress is boundary condition that sets a user-defined shear stress constant and uniform across a given patch by using the expression:

τ0=νeffdudn \tau_0 = -\nu_{eff} \frac{d\u}{dn}

where:

PropertyDescription
τ\tauShear stress
u\uVelocity
νeff\nu_{eff}Effective viscosity
nnWall normal direction

Usage

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

Boundary file

<patchName>
{
type wall;
...
}

Field file

<patchName>
{
// Mandatory entries
type fixedShearStress;

// Optional entries
tau <vector>;

// Inherited entries
...
}

where:

PropertyDescriptionTypeRequiredDefault
typeType name: fixedShearStresswordyes-
tauType name: fixedShearStressvectornoZero

The inherited entries are elaborated in:

  • fixedValueFvPatchField.H

Further information

Tutorial:

Source code:

API:

History: Introduced in version 2.2.2