mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
added reading of kappa on dictionary read
This commit is contained in:
@ -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());
|
||||
|
||||
Reference in New Issue
Block a user