Ignore:
Timestamp:
Jan 14, 2007, 11:45:28 PM (17 years ago)
Author:
Argimiro Resende Secchi
Message:

Added single tank example.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mso/sample/miscellaneous/sample_tanks.mso

    r83 r113  
    2121
    2222using "stage_separators/tank";
     23
     24FlowSheet UmTanque
     25        DEVICES
     26        Fin     as flow_vol;
     27        Tanque  as tank_simplified;
     28       
     29        CONNECTIONS
     30        Fin          to Tanque.Fin;
     31       
     32        SET
     33        Tanque.k = 8 * "m^2.5/h";
     34        Tanque.A = 4 * "m^2";
     35       
     36        SPECIFY
     37        "Vazao de entrada"
     38        Fin = 10 * "m^3/h";
     39
     40        INITIAL
     41        "altura inicial"
     42        Tanque.h = 1 * "m";
     43       
     44        OPTIONS
     45        time = [0:0.1:5] * "h" ;
     46end
    2347
    2448FlowSheet TresTanques
     
    4973       
    5074        OPTIONS
    51         time = [0:0.1:2] * "h" ;
     75        time = [0:0.5:15] * "h" ;
    5276end
Note: See TracChangeset for help on using the changeset viewer.