Skip to content
Snippets Groups Projects
Commit 36e24058 authored by Andrew Heather's avatar Andrew Heather Committed by graham
Browse files

consistency update for changes to RAS turbulence models

parent 62ef62f4
Branches
Tags
No related merge requests found
......@@ -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();
......
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment