Skip to content
Snippets Groups Projects
Commit 8336c33a authored by Andrew Heather's avatar Andrew Heather
Browse files

added reading of kappa on dictionary read

parent 3945ff97
Branches
Tags
No related merge requests found
......@@ -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());
......
......@@ -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());
......
......@@ -335,6 +335,7 @@ bool SpalartAllmaras::read()
if (RASModel::read())
{
sigmaNut_.readIfPresent(coeffDict());
kappa_.readIfPresent(coeffDict());
Cb1_.readIfPresent(coeffDict());
Cb2_.readIfPresent(coeffDict());
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment