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

@ -111,8 +111,8 @@ void turbulentMixingLengthDissipationRateInletFvPatchScalarField::updateCoeffs()
); );
const dictionary& turbulenceCoeffs = turbulenceProperties.subDict const dictionary& turbulenceCoeffs = turbulenceProperties.subDict
( (
word(turbulenceProperties.lookup("turbulenceModel")) + "Coeffs" word(turbulenceProperties.lookup("RASmodel")) + "Coeffs"
); );
scalar Cmu = dimensionedScalar(turbulenceCoeffs.lookup("Cmu")).value(); scalar Cmu = dimensionedScalar(turbulenceCoeffs.lookup("Cmu")).value();

View File

@ -116,8 +116,8 @@ void turbulentMixingLengthFrequencyInletFvPatchScalarField::updateCoeffs()
); );
const dictionary& turbulenceCoeffs = turbulenceProperties.subDict const dictionary& turbulenceCoeffs = turbulenceProperties.subDict
( (
word(turbulenceProperties.lookup("turbulenceModel")) + "Coeffs" word(turbulenceProperties.lookup("RASmodel")) + "Coeffs"
); );
scalar Cmu = dimensionedScalar(turbulenceCoeffs.lookup("Cmu")).value(); scalar Cmu = dimensionedScalar(turbulenceCoeffs.lookup("Cmu")).value();