Last change
on this file since 75 was
75,
checked in by Paula Bettio Staudt, 15 years ago
|
Updated pressure_changers files header
|
File size:
1.1 KB
|
Rev | Line | |
---|
[75] | 1 | #*------------------------------------------------------------------- |
---|
| 2 | * EMSO Model Library (EML) Copyright (C) 2004 - 2007 ALSOC. |
---|
| 3 | * |
---|
| 4 | * This LIBRARY is free software; you can distribute it and/or modify |
---|
| 5 | * it under the therms of the ALSOC FREE LICENSE as available at |
---|
| 6 | * http://www.enq.ufrgs.br/alsoc. |
---|
| 7 | * |
---|
| 8 | * EMSO Copyright (C) 2004 - 2007 ALSOC, original code |
---|
| 9 | * from http://www.rps.eng.br Copyright (C) 2002-2004. |
---|
| 10 | * All rights reserved. |
---|
| 11 | * |
---|
| 12 | * EMSO is distributed under the therms of the ALSOC LICENSE as |
---|
| 13 | * available at http://www.enq.ufrgs.br/alsoc. |
---|
| 14 | * |
---|
| 15 | *-------------------------------------------------------------------- |
---|
| 16 | * Model of a generic flux machine |
---|
| 17 | *-------------------------------------------------------------------- |
---|
| 18 | * - Streams: |
---|
| 19 | * * an inlet stream |
---|
| 20 | * * an outlet stream |
---|
| 21 | * |
---|
| 22 | *-------------------------------------------------------------------- |
---|
| 23 | * Author: Estefane S. Horn |
---|
| 24 | *$Id$ |
---|
| 25 | *------------------------------------------------------------------*# |
---|
[57] | 26 | |
---|
| 27 | using "streams"; |
---|
| 28 | |
---|
| 29 | Model flux_machine_basic |
---|
| 30 | |
---|
| 31 | VARIABLES |
---|
| 32 | in Inlet as stream; |
---|
| 33 | out Outlet as stream; |
---|
| 34 | |
---|
| 35 | end |
---|
| 36 | |
---|
| 37 | Model flux_machine_basic_TP |
---|
| 38 | VARIABLES |
---|
| 39 | in Inlet as stream; |
---|
| 40 | out Outlet as streamTP; |
---|
| 41 | |
---|
[75] | 42 | end |
---|
Note: See
TracBrowser
for help on using the repository browser.