Changeset 297 for trunk/sample


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.

Location:
trunk/sample/stage_separators
Files:
2 edited

Legend:

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

    r247 r297  
    4747        reflux  as stream;
    4848        feed    as stream;
    49         pidP    as PID_Ideal_AWBT;
     49        pidP    as PID;
    5050       
    5151        CONNECTIONS
     
    9696
    9797        SET
     98        pidP.PID_Select = "Ideal_AWBT";
    9899        batch.V = 3 * 'm^3';
    99100        batch.Across = 1 * 'm^2';
  • 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.