consistency update for changes to RAS turbulence models

This commit is contained in:
andy
2008-06-18 12:28:56 +01:00
parent 06e21df784
commit ea37512a15
2 changed files with 4 additions and 4 deletions

View File

@ -112,7 +112,7 @@ 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();

View File

@ -117,7 +117,7 @@ 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();