- Timestamp:
- Jan 30, 2007, 4:01:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/newlanguage/sample/heat_exchangers/Mheatex_sample2.mso
r135 r144 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 with counter flow Multistream Heat Exchanger 17 *-------------------------------------------------------------------- 18 * 19 * This sample file needs VRTherm (www.vrtech.com.br) to run. 20 * 21 *---------------------------------------------------------------------- 22 * Author: Gerson B. Bicca 23 * $Id: Mheatex_sample2.mso 135 2007-01-25 20:00:26Z bicca $ 24 *--------------------------------------------------------------------*# 2 25 using "heat_exchangers/Mheatex"; 3 26 4 FlowSheet MHeate r27 FlowSheet MHeatex_counter 5 28 6 29 PARAMETERS … … 31 54 Mheater.Nhot = 2; 32 55 Mheater.Ncold = 2; 56 57 Mheater.FlowDirection = "counter"; 33 58 34 59 SPECIFY
Note: See TracChangeset
for help on using the changeset viewer.