Changeset 83 for mso/sample/miscellaneous/sample_streams.mso
- Timestamp:
- Dec 8, 2006, 6:29:34 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mso/sample/miscellaneous/sample_streams.mso
r71 r83 1 #*--------------------------------------------------------------------- 2 * This file is property of the author and cannot be used, copyed 3 * or modified without permission. 1 #*------------------------------------------------------------------- 2 * EMSO Model Library (EML) Copyright (C) 2004 - 2007 ALSOC. 4 3 * 5 * Copyright (C) 2002-2004 the author 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 streams 17 *-------------------------------------------------------------------- 18 * 19 * This sample file needs VRTherm DEMO (www.vrtech.com.br) to run. 20 * 6 21 *---------------------------------------------------------------------- 7 22 * Author: Rafael de Pelegrini Soares 8 23 * $Id$ 9 *----------------------------------------------------------------------10 *11 * EMSO sample file.12 *13 * Simple flowsheet with some streams.14 *15 24 *--------------------------------------------------------------------*# 16 25 … … 42 51 43 52 SET 44 PP.LiquidModel = " PR";45 PP.VapourModel = " PR";46 PP.Components = [ " n-butane", "benzene", "n-octane" ];53 PP.LiquidModel = "IdealLiquid"; 54 PP.VapourModel = "Ideal"; 55 PP.Components = [ "isobutane", "benzene", "ethanol" ]; 47 56 NComp = PP.NumberOfComponents; 48 57
Note: See TracChangeset
for help on using the changeset viewer.