Changeset 86 for mso/sample/stage_separators/sample_tray.mso
- Timestamp:
- Dec 8, 2006, 6:58:15 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.