CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   bubblefoam and population balance (https://www.cfd-online.com/Forums/openfoam-solving/103399-bubblefoam-population-balance.html)

jialixujia June 19, 2012 05:35

bubblefoam and population balance
 
fvScalarMatrix alpha1Eqn
(
fvm::ddt(alpha1)
+ fvm::div(phi, alpha1, scheme)
+ fvm::div(-fvc::flux(-phir, beta, scheme), alpha1, scheme)
==ssss0
);
fvScalarMatrix alpha2Eqn
(
fvm::ddt(alpha2)
+ fvm::div(phi, alpha2, scheme)
+ fvm::div(-fvc::flux(-phir, beta, scheme), alpha2, scheme)
==ssss0
);
........

this is inhomogeneous descrete method population balance equation, and ssss0 is the source term (defined by coalescence and break-up)..is it right??


All times are GMT -4. The time now is 03:36.