Changeset 530 for trunk/eml/reactors/equil.mso
- Timestamp:
- May 30, 2008, 5:21:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/eml/reactors/equil.mso
r471 r530 112 112 113 113 for i in [1:NComp] 114 if (Outletm.z(i) > 0) then114 if (Outletm.z(i) > 1e-16) then 115 115 "Molar conversion" 116 116 Outlet.F*Outlet.z(i) = Outletm.F*Outletm.z(i)*(1 - conv(i)); … … 203 203 204 204 for i in [1:NComp] 205 if (Outletm.z(i) > 0) then205 if (Outletm.z(i) > 1e-16) then 206 206 "Molar conversion" 207 207 Outlet.F*Outlet.z(i) = Outletm.F*Outletm.z(i)*(1 - conv(i));
Note: See TracChangeset
for help on using the changeset viewer.