Ignore:
Timestamp:
Jul 14, 2007, 1:45:55 PM (16 years ago)
Author:
Argimiro Resende Secchi
Message:

Change name of outlet energy stream to OutletQ.

File:
1 edited

Legend:

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

    r310 r313  
    217217        zero to col.trays([1:4]).Inlet;
    218218        zero to col.trays([6:col.NTrays]).Inlet;
    219         Qc.Outlet to col.cond.InletQ;
    220         Qr.Outlet to col.reb.InletQ;
     219        Qc.OutletQ to col.cond.InletQ;
     220        Qr.OutletQ to col.reb.InletQ;
    221221       
    222222        SPECIFY
     
    237237        col.sptop.frac = 0.444445;
    238238        col.cond.OutletV.F = 0 * 'kmol/h';
    239         Qr.Outlet.Q = 3.7743e6 * 'kJ/h';
    240         Qc.Outlet.Q = -3.71e6 * 'kJ/h';
     239        Qr.OutletQ.Q = 3.7743e6 * 'kJ/h';
     240        Qc.OutletQ.Q = -3.71e6 * 'kJ/h';
    241241        col.pump1.dP = 16 * 'kPa';
    242242        col.trays.Emv = 1;
     
    310310        zero to col.trays([1:4]).Inlet;
    311311        zero to col.trays([6:col.NTrays]).Inlet;
    312         Qttop.Outlet to col.ttop.InletQ;
    313         Qtbottom.Outlet to col.tbottom.InletQ;
    314         Qc.Outlet to col.cond.InletQ;
    315         Qr.Outlet to col.reb.InletQ;
     312        Qttop.OutletQ to col.ttop.InletQ;
     313        Qtbottom.OutletQ to col.tbottom.InletQ;
     314        Qc.OutletQ to col.cond.InletQ;
     315        Qr.OutletQ to col.reb.InletQ;
    316316       
    317317        SPECIFY
     
    332332        col.spbottom.Outlet1.F = 100 * 'kmol/h';
    333333       
    334         Qr.Outlet.Q = 3.7743e6 * 'kJ/h';
    335         Qc.Outlet.Q = -3.71e6 * 'kJ/h';
    336         Qttop.Outlet.Q = 0 * 'kJ/h';
    337         Qtbottom.Outlet.Q = 0 * 'kJ/h';
     334        Qr.OutletQ.Q = 3.7743e6 * 'kJ/h';
     335        Qc.OutletQ.Q = -3.71e6 * 'kJ/h';
     336        Qttop.OutletQ.Q = 0 * 'kJ/h';
     337        Qtbottom.OutletQ.Q = 0 * 'kJ/h';
    338338       
    339339        col.pump1.dP = 16 * 'kPa';
     
    432432        zero to col.trays([1:4]).Inlet;
    433433        zero to col.trays([6:col.NTrays]).Inlet;
    434         Qc.Outlet to col.cond.InletQ;
    435         Qr.Outlet to col.reb.InletQ;
     434        Qc.OutletQ to col.cond.InletQ;
     435        Qr.OutletQ to col.reb.InletQ;
    436436
    437437        EQUATIONS
     
    452452        TCcond.Ports.input = Tad;
    453453        Tad = (col.cond.OutletL.T-Tmin)/(Tmax-Tmin);
    454         Qc.Outlet.Q = Qcmin+(Qcmax-Qcmin)*TCcond.Ports.output; 
     454        Qc.OutletQ.Q = Qcmin+(Qcmax-Qcmin)*TCcond.Ports.output;
    455455
    456456        "Pressure Controller"
     
    529529        zero.h = 0 * 'J/mol';
    530530       
    531         Qr.Outlet.Q = 3e6 * 'kJ/h';
     531        Qr.OutletQ.Q = 3e6 * 'kJ/h';
    532532        col.pump1.dP = 16 * 'kPa';
    533533        col.trays.Emv = 1;
Note: See TracChangeset for help on using the changeset viewer.