- Timestamp:
- Dec 8, 2006, 5:46:22 PM (16 years ago)
- Location:
- mso/sample/mixers_splitters
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
mso/sample/mixers_splitters/sample_mixer.mso
r33 r80 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 *-------------------------------------------------------------------- 16 * Sample file for model mixer 17 *-------------------------------------------------------------------- 18 * 19 * This sample file needs VRTherm DEMO (www.vrtech.com.br) to run. 20 * 21 *---------------------------------------------------------------------- 22 * Author: Maurício Carvalho Maciel 23 * $Id$ 24 *--------------------------------------------------------------------*# 2 25 using "mixers_splitters/mixer"; 3 26 … … 16 39 17 40 SET 18 PP.Components = [ " n-butane", "benzene", "n-octane" ];41 PP.Components = [ "isobutane", "benzene", "methane" ]; 19 42 PP.LiquidModel = "PR"; 20 43 PP.VapourModel = "PR"; -
mso/sample/mixers_splitters/sample_sepComp.mso
r37 r80 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 * Sample file for model sepComp_n and sepComp 17 *-------------------------------------------------------------------- 18 * 19 * This sample file needs VRTherm DEMO (www.vrtech.com.br) to run. 20 * 21 *---------------------------------------------------------------------- 22 * Author: Maurício Carvalho Maciel 23 * $Id$ 24 *--------------------------------------------------------------------*# 25 1 26 using "mixers_splitters/sepComp"; 2 27 … … 14 39 15 40 SET 16 PP.Components = [ "isobutane", " n-pentane"];41 PP.Components = [ "isobutane", "benzene"]; 17 42 PP.LiquidModel = "PR"; 18 43 PP.VapourModel = "PR"; … … 53 78 54 79 SET 55 PP.Components = [ "isobutane", " n-pentane"];80 PP.Components = [ "isobutane", "benzene"]; 56 81 PP.LiquidModel = "PR"; 57 82 PP.VapourModel = "PR"; -
mso/sample/mixers_splitters/sample_splitter.mso
r33 r80 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 * Sample file for model splitter_n 17 *-------------------------------------------------------------------- 18 * 19 * This sample file needs VRTherm DEMO (www.vrtech.com.br) to run. 20 * 21 *---------------------------------------------------------------------- 22 * Author: Maurício Carvalho Maciel 23 * $Id$ 24 *--------------------------------------------------------------------*# 1 25 2 26 using "mixers_splitters/splitter"; … … 16 40 17 41 SET 18 PP.Components = [ "isobutane", " n-pentane"];42 PP.Components = [ "isobutane", "benzene"]; 19 43 PP.LiquidModel = "PR"; 20 44 PP.VapourModel = "PR";
Note: See TracChangeset
for help on using the changeset viewer.