Page 1 of 1

Outlet Mass Flow Rates

Posted: Tue Jun 12, 2012 4:52 pm
by garyt123
Hello,

Could someone please give me a hint on how to output mass flow rate for separate outlets. I don't see any options in the gui, so perhaps this can only be done using one of the user subroutines?

Thanks for your help.

G

Re: Outlet Mass Flow Rates

Posted: Tue Jun 12, 2012 9:18 pm
by Jacques Fontaine
Hello,
In usproj.f90 there are examples to compute a balance on boundary faces (mass flow on BF see: propfb(ifac, ipprob(ifluma(ivar))), ivar is the considered variable).

Best regards,
JF

Re: Outlet Mass Flow Rates

Posted: Wed Jun 13, 2012 8:00 am
by garyt123
Thank you Jacques.