#*------------------------------------------------------------------- * 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. * *-------------------------------------------------------------------- * Author: Estefane S. Horn *$Id: flux_machine_basic.mso 277 2007-06-16 20:17:45Z paula $ *------------------------------------------------------------------*# using "streams"; Model flux_machine_basic ATTRIBUTES Pallete = false; Brief = "Model of a generic flux machine."; VARIABLES in Inlet as stream; out Outlet as stream; end Model flux_machine_basic_PH ATTRIBUTES Pallete = false; Brief = "Model of a generic flux machine."; VARIABLES in Inlet as stream; out Outlet as streamPH; end