Last change
on this file since 57 was
57,
checked in by Paula Bettio Staudt, 16 years ago
|
Added new pressure_changers models
|
File size:
423 bytes
|
Rev | Line | |
---|
[57] | 1 | #*----------------------------------------------------------------------------- |
---|
| 2 | * Author: Estefane Horn Date:06/10/2006 |
---|
| 3 | * |
---|
| 4 | *$Id:$ |
---|
| 5 | *----------------------------------------------------------------------------- |
---|
| 6 | * |
---|
| 7 | *# |
---|
| 8 | |
---|
| 9 | using "streams"; |
---|
| 10 | |
---|
| 11 | Model flux_machine_basic |
---|
| 12 | |
---|
| 13 | VARIABLES |
---|
| 14 | in Inlet as stream; |
---|
| 15 | out Outlet as stream; |
---|
| 16 | |
---|
| 17 | end |
---|
| 18 | |
---|
| 19 | Model flux_machine_basic_TP |
---|
| 20 | VARIABLES |
---|
| 21 | in Inlet as stream; |
---|
| 22 | out Outlet as streamTP; |
---|
| 23 | |
---|
| 24 | end |
---|
Note: See
TracBrowser
for help on using the repository browser.