CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

bubblefoam and population balance

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 19, 2012, 04:35
Default bubblefoam and population balance
  #1
New Member
 
xulijia
Join Date: Dec 2011
Posts: 6
Rep Power: 14
jialixujia is on a distinguished road
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??

Last edited by jialixujia; June 19, 2012 at 20:34.
jialixujia is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 02:08.