Ignore:
Timestamp:
Jan 30, 2007, 4:01:53 PM (16 years ago)
Author:
gerson bicca
Message:

testing some modifications for the new language

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*--------------------------------------------------------------------*#
    225using "heat_exchangers/Mheatex";
    326
    4 FlowSheet MHeater
     27FlowSheet MHeatex_counter
    528
    629PARAMETERS
     
    3154        Mheater.Nhot      = 2;
    3255    Mheater.Ncold     = 2;
     56       
     57    Mheater.FlowDirection    = "counter";
    3358       
    3459SPECIFY
Note: See TracChangeset for help on using the changeset viewer.