diff --git a/src/finiteVolume/fields/fvPatchFields/derived/turbulentMixingLengthDissipationRateInlet/turbulentMixingLengthDissipationRateInletFvPatchScalarField.C b/src/finiteVolume/fields/fvPatchFields/derived/turbulentMixingLengthDissipationRateInlet/turbulentMixingLengthDissipationRateInletFvPatchScalarField.C index ffc67c1986..8221dae990 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/turbulentMixingLengthDissipationRateInlet/turbulentMixingLengthDissipationRateInletFvPatchScalarField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/turbulentMixingLengthDissipationRateInlet/turbulentMixingLengthDissipationRateInletFvPatchScalarField.C @@ -111,8 +111,8 @@ void turbulentMixingLengthDissipationRateInletFvPatchScalarField::updateCoeffs() ); const dictionary& turbulenceCoeffs = turbulenceProperties.subDict - ( - word(turbulenceProperties.lookup("turbulenceModel")) + "Coeffs" + ( + word(turbulenceProperties.lookup("RASmodel")) + "Coeffs" ); scalar Cmu = dimensionedScalar(turbulenceCoeffs.lookup("Cmu")).value(); diff --git a/src/finiteVolume/fields/fvPatchFields/derived/turbulentMixingLengthFrequencyInlet/turbulentMixingLengthFrequencyInletFvPatchScalarField.C b/src/finiteVolume/fields/fvPatchFields/derived/turbulentMixingLengthFrequencyInlet/turbulentMixingLengthFrequencyInletFvPatchScalarField.C index d14d18abe8..654ee781b4 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/turbulentMixingLengthFrequencyInlet/turbulentMixingLengthFrequencyInletFvPatchScalarField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/turbulentMixingLengthFrequencyInlet/turbulentMixingLengthFrequencyInletFvPatchScalarField.C @@ -116,8 +116,8 @@ void turbulentMixingLengthFrequencyInletFvPatchScalarField::updateCoeffs() ); const dictionary& turbulenceCoeffs = turbulenceProperties.subDict - ( - word(turbulenceProperties.lookup("turbulenceModel")) + "Coeffs" + ( + word(turbulenceProperties.lookup("RASmodel")) + "Coeffs" ); scalar Cmu = dimensionedScalar(turbulenceCoeffs.lookup("Cmu")).value();