TurbulenceModel (Case)

Contents

TurbulenceModel (Case)#

Defines the mean flow turbulence model used by FELiCS.

Type
string
Default
"None"

Accepted values

Description

"None"

No turbulence model

"Constant"

Uses a constant turbulent viscosity

"File"

Imports the turbulent viscosity field from the mean-flow input file

Example#

"Case": {
    "TurbulenceModel": "File"
}

The selected turbulence model determines how the mean flow turbulent viscosity field is constructed internally by FELiCS.