Changeset 86 for mso/sample/stage_separators/sample_condenser.mso
- Timestamp:
- Dec 8, 2006, 6:58:15 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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";
Note: See TracChangeset
for help on using the changeset viewer.