/[ascend]/trunk/models/examples/flowsheet.s
ViewVC logotype

Contents of /trunk/models/examples/flowsheet.s

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations) (download)
Fri Oct 29 20:54:12 2004 UTC (21 years ago) by aw0a
File size: 625 byte(s)
Setting up web subdirectory in repository
1 # This file is part of the Ascend modeling library to
2 # demonstrate flowsheet.asc and is released under the GNU
3 # Public License as noted at the beginning of flowsheet.asc.
4
5 # $Id: flowsheet.s,v 1.4 1996/09/04 19:09:51 ballan Exp $
6
7 DELETE TYPES
8 set libraries $env(ASCENDDIST)/models/libraries
9 set examples $env(ASCENDDIST)/models/examples
10 #
11 READ FILE $libraries/system.lib;
12 READ FILE $libraries/atoms.lib;
13 READ FILE $libraries/components.lib;
14 READ FILE $libraries/thermodynamics.lib;
15 READ FILE $libraries/flowsheet.lib;
16 READ FILE flowsheet.asc;
17
18 COMPILE ft OF flash_test;
19 BROWSE ft;
20 RUN ft.values;
21 RUN ft.reset;
22 SOLVE ft;
23
24

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22