Skip to content
Snippets Groups Projects
Commit c61529d0 authored by Henry's avatar Henry
Browse files

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

parent 41c0b13e
Branches
Tags
No related merge requests found
...@@ -224,6 +224,11 @@ bool LRR<BasicTurbulenceModel>::read() ...@@ -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
......
...@@ -25,7 +25,7 @@ Class ...@@ -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
......
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