turbulenceModels/RAS/LRR: Added re-reading of wall-reflection coefficients

This commit is contained in:
Henry
2015-02-06 20:50:20 +00:00
parent e18ebd2a38
commit e5d9392caa
2 changed files with 6 additions and 1 deletions

View File

@ -224,6 +224,11 @@ bool LRR<BasicTurbulenceModel>::read()
Cs_.readIfPresent(this->coeffDict()); Cs_.readIfPresent(this->coeffDict());
Ceps_.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; return true;
} }
else else

View File

@ -25,7 +25,7 @@ Class
Foam::RASModels::LRR Foam::RASModels::LRR
Group Group
grpIcoRASTurbulence grpRASTurbulence
Description Description
Launder, Reece and Rodi Reynolds-stress turbulence model for Launder, Reece and Rodi Reynolds-stress turbulence model for