mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
turbulenceModels/RAS/LRR: Added re-reading of wall-reflection coefficients
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user