Changeset 921 for branches/gui/sample


Ignore:
Timestamp:
Feb 28, 2010, 2:06:16 AM (13 years ago)
Author:
Argimiro Resende Secchi
Message:

Checking new EML.

Location:
branches/gui/sample
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/sample/estimation/Bio.mso

    r750 r921  
    133133        OPTIONS
    134134        Statistics(
    135                 Fits=true,
    136                 Parameters=false,
    137                 Predictions=false
     135                Fit=true,
     136                Parameter=false,
     137                Prediction=false
    138138        );
    139139       
  • branches/gui/sample/optimization/flash_opt.mso

    r578 r921  
    5151       
    5252        EQUATIONS
    53         leves = fl.OutletV.z(1)+fl.OutletV.z(2);
     53        leves = fl.OutletVapour.z(1)+fl.OutletVapour.z(2);
    5454       
    5555        SPECIFY
     
    5757        s1.T = 338 * 'K';
    5858        s1.P = 507.1 * 'kPa';
    59         #s1.Outlet.v = 0.1380;
    6059        s1.Composition = [0.2379,0.3082,0.09959,0.1373,0.08872,0.1283];
    6160       
    62         fl.OutletL.P = 2.5 * 'atm';
     61        fl.OutletLiquid.P = 2.5 * 'atm';
    6362
    64         #Q.OutletQ.Q = 0 * 'kJ/h';
    65         fl.OutletL.T = 315.06 * 'K';
     63        #Q.OutletQ = 0 * 'kJ/h';
     64        fl.OutletLiquid.T = 315.06 * 'K';
    6665       
    6766        OPTIONS
     
    7877       
    7978        FREE
    80         fl.OutletL.T;
    81         #fl.OutletL.P;
     79        fl.OutletLiquid.T;
     80        #fl.OutletLiquid.P;
    8281       
    8382        EQUATIONS
    84         fl.OutletL.T < 320 * 'K';
    85         fl.OutletL.T > 300 * 'K';
     83        fl.OutletLiquid.T < 320 * 'K';
     84        fl.OutletLiquid.T > 300 * 'K';
    8685
    8786        OPTIONS
    8887        Dynamic = false;
    89         NLPSolveNLA = false;
     88        NLPSolveNLA = true;
    9089        NLPSolver(#File = "complex",
    9190                          #File = "optpp_emso",
    9291                          File = "ipopt_emso",
     92                          MaxIterations = 1000,
    9393                          RelativeAccuracy = 1e-6);
    9494end
  • branches/gui/sample/reconciliation/flash_rec.mso

    r720 r921  
    6262        GrossErrorTests(
    6363                Global = true,
    64                 Nodal = true,
     64#               Nodal = true,
    6565                Measurements = true
    6666        );
  • branches/gui/sample/reconciliation/heatEx.mso

    r549 r921  
    5151        GrossErrorTests(
    5252                Global = true,
    53                 Nodal = true,
     53#               Nodal = true,
    5454                Measurements = true
    5555        );
Note: See TracChangeset for help on using the changeset viewer.