mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
consistency updates
This commit is contained in:
@ -17,12 +17,12 @@ FoamFile
|
||||
local "";
|
||||
|
||||
class dictionary;
|
||||
object turbulenceProperties;
|
||||
object RASProperties;
|
||||
}
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
RASmodel LaunderSharmaKE;
|
||||
RASModel LaunderSharmaKE;
|
||||
|
||||
turbulence on;
|
||||
|
||||
@ -18,13 +18,13 @@ FoamFile
|
||||
local "";
|
||||
|
||||
class dictionary;
|
||||
object turbulenceProperties;
|
||||
object RASProperties;
|
||||
}
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
// Turbulence model selection
|
||||
RASmodel kEpsilon;
|
||||
RASModel kEpsilon;
|
||||
|
||||
// Do you wish to calculate turbulence?
|
||||
turbulence on;
|
||||
Reference in New Issue
Block a user