mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
consistency update for changes to RAS turbulence models
This commit is contained in:
@ -112,7 +112,7 @@ 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();
|
||||||
|
|||||||
@ -117,7 +117,7 @@ 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();
|
||||||
|
|||||||
Reference in New Issue
Block a user