Changeset 86 for mso/sample/stage_separators
- Timestamp:
- Dec 8, 2006, 6:58:15 PM (16 years ago)
- Location:
- mso/sample/stage_separators
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
mso/sample/stage_separators/sample_batch_dist.mso
r37 r86 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 Diff_Dist 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 "stage_separators/batch_dist"; 2 27 … … 8 33 9 34 SET 10 PP.Components = [ "isobutane", " n-pentane" ];35 PP.Components = [ "isobutane", "benzene" ]; 11 36 PP.LiquidModel = "PR"; 12 37 PP.VapourModel = "PR"; -
mso/sample/stage_separators/sample_batch_dist_PID.mso
r33 r86 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 batch distillation with controllers 17 *-------------------------------------------------------------------- 18 * 19 * This sample file needs VRTherm DEMO (www.vrtech.com.br) to run. 20 * 21 *---------------------------------------------------------------------- 22 * Author: 23 * $Id$ 24 *--------------------------------------------------------------------*# 1 25 using "stage_separators/batch_dist"; 2 26 using "controllers/PIDs"; … … 15 39 16 40 SET 17 PP.Components = [ "isobutane", " n-pentane" ];41 PP.Components = [ "isobutane", "benzene" ]; 18 42 PP.LiquidModel = "PR"; 19 43 PP.VapourModel = "PR"; -
mso/sample/stage_separators/sample_column.mso
r46 r86 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 column model 17 *-------------------------------------------------------------------- 18 * 19 * This sample file needs VRTherm (www.vrtech.com.br) to run. 20 * 21 *---------------------------------------------------------------------- 22 * Author: Paula B. Staudt 23 * $Id$ 24 *--------------------------------------------------------------------*# 25 1 26 using "stage_separators/column"; 2 27 -
mso/sample/stage_separators/sample_columnReact.mso
-
Property
svn:keywords
set to
Id
r47 r86 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 reaction column model 17 *-------------------------------------------------------------------- 18 * 19 * This sample file needs VRTherm (www.vrtech.com.br) to run. 20 * 21 *---------------------------------------------------------------------- 22 * Author: Paula B. Staudt 23 * $Id$ 24 *--------------------------------------------------------------------*# 1 25 using "controllers/PIDs"; 2 26 using "stage_separators/column"; -
Property
svn:keywords
set to
-
mso/sample/stage_separators/sample_condenser.mso
r66 r86 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 condenser and condenserSteady 17 *-------------------------------------------------------------------- 18 * 19 * This sample file needs VRTherm DEMO (www.vrtech.com.br) to run. 20 * 21 *---------------------------------------------------------------------- 22 * Author: Paula B. Staudt 23 * $Id$ 24 *--------------------------------------------------------------------*# 1 25 using "stage_separators/condenser"; 2 26 using "mixers_splitters/splitter"; … … 12 36 13 37 SET 14 PP.Components = [ "isobutane", " n-pentane"];38 PP.Components = [ "isobutane", "benzene"]; 15 39 PP.LiquidModel = "PR"; 16 40 PP.VapourModel = "PR"; … … 62 86 63 87 SET 64 PP.Components = [ "isobutane", " n-pentane"];88 PP.Components = [ "isobutane", "benzene"]; 65 89 PP.LiquidModel = "PR"; 66 90 PP.VapourModel = "PR"; -
mso/sample/stage_separators/sample_flash.mso
r54 r86 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 flash and flashSteady 17 *-------------------------------------------------------------------- 18 * 19 * This sample file needs VRTherm (www.vrtech.com.br) to run. 20 * 21 *---------------------------------------------------------------------- 22 * Author: Paula B. Staudt 23 * $Id$ 24 *--------------------------------------------------------------------*# 1 25 using "stage_separators/flash"; 2 26 -
mso/sample/stage_separators/sample_reboiler.mso
r42 r86 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 reboilers model 17 *-------------------------------------------------------------------- 18 * 19 * This sample file needs VRTherm DEMO (www.vrtech.com.br) to run. 20 * 21 *---------------------------------------------------------------------- 22 * Author: Paula B. Staudt 23 * $Id$ 24 *--------------------------------------------------------------------*# 1 25 using "stage_separators/reboiler"; 2 26 … … 10 34 11 35 SET 12 PP.Components = [ "isobutane", " n-pentane"];36 PP.Components = [ "isobutane", "benzene"]; 13 37 PP.LiquidModel = "PR"; 14 38 PP.VapourModel = "PR"; … … 38 62 s1.v = 0.0; 39 63 40 r1.OutletL.F = 28.4 * "kmol/h";41 r1.OutletV.F = 1 51.6 * "kmol/h";64 r1.OutletL.F = 68.4 * "kmol/h"; 65 r1.OutletV.F = 111.6 * "kmol/h"; 42 66 43 67 Q = 3.7743e6 * "kJ/h"; … … 68 92 69 93 SET 70 PP.Components = [ "isobutane", " n-pentane"];94 PP.Components = [ "isobutane", "benzene"]; 71 95 PP.LiquidModel = "PR"; 72 96 PP.VapourModel = "PR"; -
mso/sample/stage_separators/sample_tank.mso
r46 r86 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 tanks model 17 *-------------------------------------------------------------------- 18 * 19 * This sample file needs VRTherm (www.vrtech.com.br) to run. 20 * 21 *---------------------------------------------------------------------- 22 * Author: Paula B. Staudt 23 * $Id$ 24 *--------------------------------------------------------------------*# 1 25 using "stage_separators/tank"; 2 26 -
mso/sample/stage_separators/sample_tray.mso
r33 r86 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 tray 17 *-------------------------------------------------------------------- 18 * 19 * This sample file needs VRTherm DEMO (www.vrtech.com.br) to run. 20 * 21 *---------------------------------------------------------------------- 22 * Author: Paula B. Staudt 23 * $Id$ 24 *--------------------------------------------------------------------*# 1 25 using "stage_separators/tray"; 2 26 … … 7 31 8 32 SET 9 PP.Components = [ "n-pentane", " isobutane"];33 PP.Components = [ "n-pentane", "benzene"]; 10 34 PP.LiquidModel = "PR"; 11 35 PP.VapourModel = "PR";
Note: See TracChangeset
for help on using the changeset viewer.