Changeset 113 for mso/sample/miscellaneous
- Timestamp:
- Jan 14, 2007, 11:45:28 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mso/sample/miscellaneous/sample_tanks.mso
r83 r113 21 21 22 22 using "stage_separators/tank"; 23 24 FlowSheet 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" ; 46 end 23 47 24 48 FlowSheet TresTanques … … 49 73 50 74 OPTIONS 51 time = [0:0. 1:2] * "h" ;75 time = [0:0.5:15] * "h" ; 52 76 end
Note: See TracChangeset
for help on using the changeset viewer.