added reading of kappa on dictionary read

This commit is contained in:
andy
2009-08-03 18:58:17 +01:00
parent 3945ff97b1
commit 8336c33aa2
3 changed files with 3 additions and 0 deletions

View File

@ -293,6 +293,7 @@ bool LaunderGibsonRSTM::read()
if (RASModel::read())
{
Cmu_.readIfPresent(coeffDict());
kappa_.readIfPresent(coeffDict());
Clg1_.readIfPresent(coeffDict());
Clg2_.readIfPresent(coeffDict());
C1_.readIfPresent(coeffDict());

View File

@ -241,6 +241,7 @@ bool LienLeschzinerLowRe::read()
sigmak_.readIfPresent(coeffDict());
sigmaEps_.readIfPresent(coeffDict());
Cmu_.readIfPresent(coeffDict());
kappa_.readIfPresent(coeffDict());
Am_.readIfPresent(coeffDict());
Aepsilon_.readIfPresent(coeffDict());
Amu_.readIfPresent(coeffDict());

View File

@ -335,6 +335,7 @@ bool SpalartAllmaras::read()
if (RASModel::read())
{
sigmaNut_.readIfPresent(coeffDict());
kappa_.readIfPresent(coeffDict());
Cb1_.readIfPresent(coeffDict());
Cb2_.readIfPresent(coeffDict());