Ignore:
Timestamp:
Mar 15, 2007, 11:55:04 PM (17 years ago)
Author:
Argimiro Resende Secchi
Message:

Remove more convergence problems in samples.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/newlanguage/eml/stage_separators/flashPH.mso

    r210 r218  
    4848in      Q as heat_rate (Brief="Rate of heat supply");
    4949        vfrac as fraction(Brief="Real vaporization fraction");
    50         vsat as Real(Lower=-5, Upper=5, Brief="Vaporization fraction if saturated");
     50        vsat as Real(Lower=-0.1, Upper=1.1, Brief="Vaporization fraction if saturated");
    5151        Tsat as temperature(Lower=173, Upper=1473, Brief="Temperature if saturated");
    52         xsat(NComp) as Real(Lower=-5, Upper=5, Brief="Liquid composition if saturated");
    53         ysat(NComp) as Real(Lower=-5, Upper=5, Brief="Vapour composition if saturated");
     52        xsat(NComp) as Real(Lower=0, Upper=1, Brief="Liquid composition if saturated");
     53        ysat(NComp) as Real(Lower=0, Upper=1, Brief="Vapour composition if saturated");
    5454       
    5555        zero_one as fraction(Brief="Regularization Variable");
Note: See TracChangeset for help on using the changeset viewer.