Changeset 80 for mso/sample/mixers_splitters/sample_mixer.mso
- Timestamp:
- Dec 8, 2006, 5:46:22 PM (16 years ago)
- File:
-
- 1 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";
Note: See TracChangeset
for help on using the changeset viewer.