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

Last change on this file since 301 was 277, checked in by Paula Bettio Staudt, 16 years ago

Updated ATTRIBUTES section in pressure_changers folder

  • Property svn:keywords set to Id
File size: 1.1 KB
RevLine 
[277]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* Author: Estefane S. Horn
17*$Id: flux_machine_basic.mso 277 2007-06-16 20:17:45Z paula $                                                                   
18*------------------------------------------------------------------*#
19
20using "streams";
21
22Model flux_machine_basic
23        ATTRIBUTES
24        Pallete         = false;
25        Brief           = "Model of a generic flux machine.";
26
27        VARIABLES
28in      Inlet as stream;
29out     Outlet as stream;
30
31end
32
33Model flux_machine_basic_PH
34        ATTRIBUTES
35        Pallete         = false;
36        Brief           = "Model of a generic flux machine.";
37       
38        VARIABLES
39in      Inlet as stream;
40out     Outlet as streamPH;
41
42end
Note: See TracBrowser for help on using the repository browser.