TurbulenceModel (Case)#
Defines the mean flow turbulence model used by FELiCS.
- Type
- string
- Default
"None"
Accepted values |
Description |
|---|---|
|
No turbulence model |
|
Uses a constant turbulent viscosity |
|
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.