source: branches/newlanguage/eml/pressure_changers/flux_machine_basic.mso @ 115

Last change on this file since 115 was 77, checked in by Paula Bettio Staudt, 17 years ago

Added propset "Id" property and updated reactors files header

  • Property svn:keywords set to Id
File size: 1.1 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 77 2006-12-08 19:21:59Z paula $                                                                   
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_TP
38        VARIABLES
39in      Inlet as stream;
40out     Outlet as streamTP;
41
42end
Note: See TracBrowser for help on using the repository browser.