mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
TurbulenceModels: Update non-linear models to use the new innerSqr function
This commit is contained in:
@ -19,8 +19,8 @@ simulationType RAS;
|
||||
|
||||
RAS
|
||||
{
|
||||
// Tested with ShihQuadraticKE, v2f, kEpsilon, realizableKE,
|
||||
// kOmega, kOmegaSST;
|
||||
// Tested with kEpsilon, realizableKE, kOmega, kOmegaSST, v2f,
|
||||
// ShihQuadraticKE, LienCubicKE.
|
||||
RASModel v2f;
|
||||
|
||||
turbulence on;
|
||||
|
||||
Reference in New Issue
Block a user