Last change
on this file since 1 was
1,
checked in by Rafael de Pelegrini Soares, 16 years ago
|
Initial import of the library
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.0 KB
|
Rev | Line | |
---|
[1] | 1 | #*--------------------------------------------------------------------- |
---|
| 2 | * This file is property of the author and cannot be used, copyed |
---|
| 3 | * or modified without permission. |
---|
| 4 | * |
---|
| 5 | * Copyright (C) 2002-2004 the author |
---|
| 6 | *---------------------------------------------------------------------- |
---|
| 7 | * Author: Rafael de Pelegrini Soares |
---|
| 8 | * $Id: sample_tanks.mso 1 2006-06-20 17:33:53Z rafael $ |
---|
| 9 | *---------------------------------------------------------------------- |
---|
| 10 | * |
---|
| 11 | * EMSO sample file. |
---|
| 12 | * |
---|
| 13 | * Buffer tank series. |
---|
| 14 | * |
---|
| 15 | *-------------------------------------------------------------------*# |
---|
| 16 | |
---|
| 17 | using "stage_separators/tank"; |
---|
| 18 | |
---|
| 19 | FlowSheet TresTanques |
---|
| 20 | DEVICES |
---|
| 21 | Fin as flow_vol; |
---|
| 22 | Tanque1 as tank_simplified; |
---|
| 23 | Tanque2 as tank_simplified; |
---|
| 24 | Tanque3 as tank_simplified; |
---|
| 25 | |
---|
| 26 | CONNECTIONS |
---|
| 27 | Fin to Tanque1.Fin; |
---|
| 28 | Tanque1.Fout to Tanque2.Fin; |
---|
| 29 | Tanque2.Fout to Tanque3.Fin; |
---|
| 30 | |
---|
| 31 | SET |
---|
| 32 | Tanque2.k = 8 * "m^2.5/h"; |
---|
| 33 | Tanque2.A = 4 * "m^2"; |
---|
| 34 | |
---|
| 35 | SPECIFY |
---|
| 36 | "Vazao de entrada" |
---|
| 37 | Fin = 10 * "m^3/h"; |
---|
| 38 | |
---|
| 39 | INITIAL |
---|
| 40 | "altura inicial" |
---|
| 41 | Tanque1.h = 1 * "m"; |
---|
| 42 | Tanque2.h = 2 * "m"; |
---|
| 43 | Tanque3.h = 1 * "m"; |
---|
| 44 | |
---|
| 45 | OPTIONS |
---|
| 46 | time = [0:0.1:2] * "h" ; |
---|
| 47 | outputLevel = "high"; |
---|
| 48 | end |
---|
Note: See
TracBrowser
for help on using the repository browser.