mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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:
@ -139,7 +139,7 @@ void Foam::diameterModels::IATE::correct()
|
|||||||
volScalarField R
|
volScalarField R
|
||||||
(
|
(
|
||||||
(
|
(
|
||||||
(2.0/3.0)
|
(1.0/3.0)
|
||||||
/max
|
/max
|
||||||
(
|
(
|
||||||
fvc::average(phase_ + phase_.oldTime()),
|
fvc::average(phase_ + phase_.oldTime()),
|
||||||
|
|||||||
Reference in New Issue
Block a user