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:
parent
9210f4ff58
commit
979da78e59
1 changed files with 1 additions and 1 deletions
|
|
@ -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()),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue