From dd8e1fb5e05d883e597898b57f59bbd675105bca Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Wed, 27 Apr 2022 12:09:20 +0100 Subject: [PATCH] LaheyKEpsilon: coefficient C3 -> C4 to avoid name clash with C3 in the base kEpsilon --- .../phaseCompressible/RAS/LaheyKEpsilon/LaheyKEpsilon.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MomentumTransportModels/phaseCompressible/RAS/LaheyKEpsilon/LaheyKEpsilon.C b/src/MomentumTransportModels/phaseCompressible/RAS/LaheyKEpsilon/LaheyKEpsilon.C index ab690b301f..26e2e27e02 100644 --- a/src/MomentumTransportModels/phaseCompressible/RAS/LaheyKEpsilon/LaheyKEpsilon.C +++ b/src/MomentumTransportModels/phaseCompressible/RAS/LaheyKEpsilon/LaheyKEpsilon.C @@ -119,7 +119,7 @@ bool LaheyKEpsilon::read() { alphaInversion_.readIfPresent(this->coeffDict()); Cp_.readIfPresent(this->coeffDict()); - C3_.readIfPresent(this->coeffDict()); + C4_.readIfPresent(this->coeffDict()); Cmub_.readIfPresent(this->coeffDict()); return true;