diff --git a/src/TurbulenceModels/phaseCompressible/LES/Niceno/NicenoKEqn.C b/src/TurbulenceModels/phaseCompressible/LES/Niceno/NicenoKEqn.C index 211e99547a..2d3ee8421b 100644 --- a/src/TurbulenceModels/phaseCompressible/LES/Niceno/NicenoKEqn.C +++ b/src/TurbulenceModels/phaseCompressible/LES/Niceno/NicenoKEqn.C @@ -96,7 +96,9 @@ NicenoKEqn::NicenoKEqn { if (type == typeName) { - correctNut(); + // Cannot correct nut yet: construction of the phases is not complete + // correctNut(); + this->printCoeffs(type); } } diff --git a/src/TurbulenceModels/phaseCompressible/LES/SmagorinskyZhang/SmagorinskyZhang.C b/src/TurbulenceModels/phaseCompressible/LES/SmagorinskyZhang/SmagorinskyZhang.C index 29ba2c7328..4eb3187d95 100644 --- a/src/TurbulenceModels/phaseCompressible/LES/SmagorinskyZhang/SmagorinskyZhang.C +++ b/src/TurbulenceModels/phaseCompressible/LES/SmagorinskyZhang/SmagorinskyZhang.C @@ -73,7 +73,9 @@ SmagorinskyZhang::SmagorinskyZhang { if (type == typeName) { - correctNut(); + // Cannot correct nut yet: construction of the phases is not complete + // correctNut(); + this->printCoeffs(type); } } diff --git a/src/TurbulenceModels/phaseCompressible/RAS/LaheyKEpsilon/LaheyKEpsilon.C b/src/TurbulenceModels/phaseCompressible/RAS/LaheyKEpsilon/LaheyKEpsilon.C index 7a86dc77e4..f523fce5a0 100644 --- a/src/TurbulenceModels/phaseCompressible/RAS/LaheyKEpsilon/LaheyKEpsilon.C +++ b/src/TurbulenceModels/phaseCompressible/RAS/LaheyKEpsilon/LaheyKEpsilon.C @@ -106,7 +106,9 @@ LaheyKEpsilon::LaheyKEpsilon { if (type == typeName) { - correctNut(); + // Cannot correct nut yet: construction of the phases is not complete + // correctNut(); + this->printCoeffs(type); } }