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:
@ -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();
|
||||||
|
|||||||
@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user