Changeset 76
- Timestamp:
- Dec 8, 2006, 5:05:33 PM (17 years ago)
- Location:
- mso/eml/mixers_splitters
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
mso/eml/mixers_splitters/mixer.mso
r1 r76 1 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 *------------------------------------------------------------------- 2 16 * Model of a mixer 3 17 *-------------------------------------------------------------------- … … 68 82 Outlet.P = Inlet.P; 69 83 70 SPECIFY71 84 zeroQ = 0*"kW"; 85 72 86 end 73 87 -
mso/eml/mixers_splitters/sepComp.mso
r1 r76 1 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 *------------------------------------------------------------------- 2 16 * Model of a separator of components 3 17 *-------------------------------------------------------------------- -
mso/eml/mixers_splitters/splitter.mso
r1 r76 1 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 *------------------------------------------------------------------- 2 16 * Model of a splitter 3 17 *-------------------------------------------------------------------- … … 63 77 64 78 65 #*----------------------------------------------------------------- -----79 #*----------------------------------------------------------------- 66 80 * Splitter with 2 outlet streams 67 *---------------------------------------------------------------------*# 81 *------------------------------------------------------------------ 82 *Author: Paula B. Staudt, Rafael P. Soares 83 *----------------------------------------------------------------*# 68 84 Model splitter 69 85
Note: See TracChangeset
for help on using the changeset viewer.