Changeset 574 for branches/gui/eml/reactors/yield.mso
- Timestamp:
- Jul 25, 2008, 11:18:50 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/eml/reactors/yield.mso
r530 r574 84 84 Outlet.F*Outlet.h = Outletm.F*Outletm.h; 85 85 86 for i in [1:NComp] 86 for i in [1:NComp] do 87 87 if (Outletm.z(i) > 1e-16) then 88 88 "Molar conversion" … … 147 147 Outlet.F*Outlet.h = Outletm.F*Outletm.h; 148 148 149 for i in [1:NComp] 149 for i in [1:NComp] do 150 150 if (Outletm.z(i) > 0) then 151 151 "Molar conversion"
Note: See TracChangeset
for help on using the changeset viewer.