Skip to content
Snippets Groups Projects
Commit 99d47d85 authored by Henry's avatar Henry Committed by Andrew Heather
Browse files

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

Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1291
parent a03074ec
Branches
Tags
No related merge requests found
......@@ -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()),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment