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:
Mark Olesen
2009-07-31 18:15:54 +02:00
parent e2968b6a36
commit 827e3659b9
3 changed files with 11 additions and 11 deletions

View File

@ -82,7 +82,7 @@
(
"kappa",
wallFunctionDict,
0.4187
0.41
)
);
@ -92,7 +92,7 @@
(
"E",
wallFunctionDict,
9.0
9.8
)
);

View File

@ -304,7 +304,7 @@
(
"kappa",
wallFunctionDict,
0.4187
0.41
)
);
@ -314,7 +314,7 @@
(
"E",
wallFunctionDict,
9.0
9.8
)
);