Changeset 89 for mso/sample/heat_exchangers/sample_cooler.mso
- Timestamp:
- Dec 11, 2006, 1:26:11 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mso/sample/heat_exchangers/sample_cooler.mso
r45 r89 1 2 #*-------------------------------------------------------------------- 1 #*------------------------------------------------------------------- 2 * EMSO Model Library (EML) Copyright (C) 2004 - 2007 ALSOC. 3 3 * 4 * EMSO sample file. 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. 5 7 * 6 * heater 8 * EMSO Copyright (C) 2004 - 2007 ALSOC, original code 9 * from http://www.rps.eng.br Copyright (C) 2002-2004. 10 * All rights reserved. 7 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 cooler 17 *-------------------------------------------------------------------- 18 * 19 * This sample file needs VRTherm DEMO (www.vrtech.com.br) to run. 20 * 21 *---------------------------------------------------------------------- 22 * Author: Gerson B. Bicca 23 * $Id$ 8 24 *--------------------------------------------------------------------*# 9 25 … … 34 50 PP.VapourModel = "RK"; 35 51 36 PP.Components = ["water"," methanol"];52 PP.Components = ["water","ethanol"]; 37 53 NComp = PP.NumberOfComponents; 38 54 cooler.Ninlet = 2;
Note: See TracChangeset
for help on using the changeset viewer.