In bubbleFoam: UEqns.H:46
For the phase beta instead of
(scalar(1) + Cvm*rhob*alpha/rhob)*
should be
(scalar(1) + Cvm*rhoa*alpha/rhob)*'
see RuschePhD2002, p.105, Tab. 3.1
Line 64 as well:
+ alpha/rhob*(liftCoeff + Cvm*rhob*DDtUa)
+ alpha/rhob*(liftCoeff + Cvm*rhoa*DDtUa)
Here comes the patch
Log in to post a comment.
Line 64 as well:
should be
Here comes the patch