#*------------------------------------------------------------------- * EMSO Model Library (EML) Copyright (C) 2004 - 2007 ALSOC. * * This LIBRARY is free software; you can distribute it and/or modify * it under the therms of the ALSOC FREE LICENSE as available at * http://www.enq.ufrgs.br/alsoc. * * EMSO Copyright (C) 2004 - 2007 ALSOC, original code * from http://www.rps.eng.br Copyright (C) 2002-2004. * All rights reserved. * * EMSO is distributed under the therms of the ALSOC LICENSE as * available at http://www.enq.ufrgs.br/alsoc. * *-------------------------------------------------------------------- * Model of a generic flux machine *-------------------------------------------------------------------- * - Streams: * * an inlet stream * * an outlet stream * *-------------------------------------------------------------------- * Author: Estefane S. Horn *$Id: flux_machine_basic.mso 77 2006-12-08 19:21:59Z paula $ *------------------------------------------------------------------*# using "streams"; Model flux_machine_basic VARIABLES in Inlet as stream; out Outlet as stream; end Model flux_machine_basic_TP VARIABLES in Inlet as stream; out Outlet as streamTP; end