mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
kOmegaSSTBase: Corrected read() to re-read the base-class settings
Patch contributed by Bruno Santos Resolves bug-report http://bugs.openfoam.org/view.php?id=2318
This commit is contained in:
@ -388,7 +388,7 @@ kOmegaSST<TurbulenceModel, BasicTurbulenceModel>::kOmegaSST
|
||||
template<class TurbulenceModel, class BasicTurbulenceModel>
|
||||
bool kOmegaSST<TurbulenceModel, BasicTurbulenceModel>::read()
|
||||
{
|
||||
if (BasicTurbulenceModel::read())
|
||||
if (TurbulenceModel::read())
|
||||
{
|
||||
alphaK1_.readIfPresent(this->coeffDict());
|
||||
alphaK2_.readIfPresent(this->coeffDict());
|
||||
|
||||
Reference in New Issue
Block a user