Changeset 19


Ignore:
Timestamp:
Aug 27, 2006, 6:21:33 PM (17 years ago)
Author:
Paula Bettio Staudt
Message:

fixed problems with column samples

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mso/sample/stage_separators/sample_column.mso

    r1 r19  
    147147
    148148        INITIAL
    149         sec.trays.OutletL.T = 290 *"K";
     149        sec.trays.OutletL.T = [290:(330-290)/(sec.NTrays-1):330] *"K";
    150150        sec.trays.Level = 0.3 * sec.trays.hw;
    151151        sec.trays.OutletL.z(1) = 0.5;
     
    201201        zero.h = 0 * "J/mol";
    202202       
    203         col.sp.Outlet2.F = 85 * "kmol/h";
     203        col.sptop.Outlet2.F = 85 * "kmol/h";
    204204        col.reb.OutletL.F = 28.4 * "kmol/h";
    205         col.sp.frac = 0.444445;
     205        col.sptop.frac = 0.444445;
    206206        col.cond.OutletV.F = 0 * "kmol/h";
    207207        Qr = 3.7743e6 * "kJ/h";
     
    237237
    238238        # column trays
    239         col.trays.OutletL.T = 290 * "K";
    240         col.trays.Level = 0.2 * col.trays.hw;
     239        col.trays.OutletL.T = [290:(330-290)/(col.NTrays-1):330] * "K";
     240        col.trays.Level = 1.2 * col.trays.hw;
    241241        col.trays.OutletL.z([1:4]) = [0.5, 0.05, 0.01, 0.01];
    242242
    243243        OPTIONS
    244244        outputLevel = "high";
    245         relativeAccuracy = 1e-5;
     245        relativeAccuracy = 1e-3;
    246246        time = [0:0.01:1, 2:50];
    247247end
Note: See TracChangeset for help on using the changeset viewer.