Ignore:
Timestamp:
Jun 28, 2007, 9:27:02 AM (16 years ago)
Author:
Argimiro Resende Secchi
Message:

Added switcher to select a model to evaluate the mixture density.

File:
1 edited

Legend:

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

    r270 r297  
    422422        feed as source;
    423423        zero as stream;
    424         TCcond as PIDIncr_Ideal_AW;
    425         LCtop as PIDIncr_Ideal_AW;
    426         LCbot as PIDIncr_Ideal_AW;
    427         PC as PIDIncr_Ideal_AW;
     424        TCcond as PIDIncr;
     425        LCtop as PIDIncr;
     426        LCbot as PIDIncr;
     427        PC as PIDIncr;
    428428
    429429        CONNECTIONS
     
    548548        col.reb.Across = 1 * 'm^2';
    549549
     550        # Controllers type
     551        TCcond.PID_Select = "Ideal_AW";
     552        PC.PID_Select = "Ideal_AW";
     553        LCtop.PID_Select = "Ideal_AW";
     554        LCbot.PID_Select = "Ideal_AW";
     555
    550556        Qrmax = 5e6 * 'kJ/h';
    551557        Qrmin = 1e6 * 'kJ/h';
Note: See TracChangeset for help on using the changeset viewer.