Ignore:
Timestamp:
May 30, 2008, 5:21:43 PM (15 years ago)
Author:
Argimiro Resende Secchi
Message:

Fix some examples.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/eml/reactors/equil.mso

    r471 r530  
    112112
    113113        for i in [1:NComp]
    114           if (Outletm.z(i) > 0) then
     114          if (Outletm.z(i) > 1e-16) then
    115115            "Molar conversion"
    116116            Outlet.F*Outlet.z(i) = Outletm.F*Outletm.z(i)*(1 - conv(i));
     
    203203
    204204        for i in [1:NComp]
    205           if (Outletm.z(i) > 0) then
     205          if (Outletm.z(i) > 1e-16) then
    206206            "Molar conversion"
    207207            Outlet.F*Outlet.z(i) = Outletm.F*Outletm.z(i)*(1 - conv(i));
Note: See TracChangeset for help on using the changeset viewer.