source: trunk/eml/pressure_changers/flux_machine_basic.mso @ 233

Last change on this file since 233 was 176, checked in by Argimiro Resende Secchi, 16 years ago

Fix some new language syntax.

  • Property svn:keywords set to Id
File size: 1.2 KB
Line 
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: flux_machine_basic.mso 176 2007-03-04 04:56:54Z arge $                                                                   
25*------------------------------------------------------------------*#
26
27using "streams";
28
29Model flux_machine_basic
30       
31        VARIABLES
32in      Inlet as stream;
33out     Outlet as stream;
34
35end
36
37Model flux_machine_basic_PH
38        VARIABLES
39in      Inlet as stream;
40out     Outlet as streamPH;
41
42end
Note: See TracBrowser for help on using the repository browser.