turbulenceModels/RAS/LRR: Added re-reading of wall-reflection coefficients
This commit is contained in:
parent
e18ebd2a38
commit
e5d9392caa
2 changed files with 6 additions and 1 deletions
|
|
@ -224,6 +224,11 @@ bool LRR<BasicTurbulenceModel>::read()
|
|||
Cs_.readIfPresent(this->coeffDict());
|
||||
Ceps_.readIfPresent(this->coeffDict());
|
||||
|
||||
wallReflection_.readIfPresent("wallReflection", this->coeffDict());
|
||||
kappa_.readIfPresent(this->coeffDict());
|
||||
Cref1_.readIfPresent(this->coeffDict());
|
||||
Cref2_.readIfPresent(this->coeffDict());
|
||||
|
||||
return true;
|
||||
}
|
||||
else
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ Class
|
|||
Foam::RASModels::LRR
|
||||
|
||||
Group
|
||||
grpIcoRASTurbulence
|
||||
grpRASTurbulence
|
||||
|
||||
Description
|
||||
Launder, Reece and Rodi Reynolds-stress turbulence model for
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue