mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
consistency update: kappa=0.41, E=9.8
- this would be an argument for providing default values at the top-level compressible/incompressible turbulenceModel
This commit is contained in:
@ -82,7 +82,7 @@
|
||||
(
|
||||
"kappa",
|
||||
wallFunctionDict,
|
||||
0.4187
|
||||
0.41
|
||||
)
|
||||
);
|
||||
|
||||
@ -92,7 +92,7 @@
|
||||
(
|
||||
"E",
|
||||
wallFunctionDict,
|
||||
9.0
|
||||
9.8
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
@ -304,7 +304,7 @@
|
||||
(
|
||||
"kappa",
|
||||
wallFunctionDict,
|
||||
0.4187
|
||||
0.41
|
||||
)
|
||||
);
|
||||
|
||||
@ -314,7 +314,7 @@
|
||||
(
|
||||
"E",
|
||||
wallFunctionDict,
|
||||
9.0
|
||||
9.8
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user