twoPhaseEulerFoam/twoPhaseSystem/diameterModels/IATE: Correct coefficient on dilatation term

Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1291
This commit is contained in:
Henry 2014-05-16 13:15:11 +01:00
parent 9210f4ff58
commit 979da78e59

View file

@ -139,7 +139,7 @@ void Foam::diameterModels::IATE::correct()
volScalarField R
(
(
(2.0/3.0)
(1.0/3.0)
/max
(
fvc::average(phase_ + phase_.oldTime()),