/[ascend]/trunk/models/mix.a4s
ViewVC logotype

Contents of /trunk/models/mix.a4s

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations) (download)
Fri Oct 29 20:54:12 2004 UTC (19 years, 10 months ago) by aw0a
File size: 1402 byte(s)
Setting up web subdirectory in repository
1 # This file is part of the ASCEND Modeling Library and is released
2 # under the GNU Public License as described at the end of this file.
3 #
4 # This file demonstrates the use of mix.a4l
5
6 DELETE TYPES;
7 READ FILE "mix.a4l";
8
9 COMPILE mix OF mix_test;
10 BROWSE {mix};
11 RUN {mix.reset};
12 SOLVE {mix} WITH QRSlv;
13
14 ########## mix.a4s ends here ##########
15 #
16 # mix.a4s
17 # by Duncan Coffey
18 # Part of the ASCEND Library
19 # $Date: 1998/06/24 10:47:06 $
20 # $Revision: 1.2 $
21 # $Author: mthomas $
22 # $Source: /afs/cs.cmu.edu/project/ascend/Repository/models/mix.a4s,v $
23 #
24 # This file is part of the ASCEND Modeling Library.
25 #
26 # Copyright (C) 1998 Duncan Coffey
27 #
28 # The ASCEND Modeling Library is free software. You can redistribute
29 # it and/or modify it under the terms of the GNU General Public
30 # License as published by the Free Software Foundation---either
31 # version 2 of the License, or (at your option) any later version.
32 #
33 # The ASCEND Modeling Library is distributed in hope that it
34 # will be useful, but WITHOUT ANY WARRANTY--without even the implied
35 # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
36 # See the GNU General Public License for more details.
37 #
38 # You should have received a copy of the GNU General Public License
39 # along with the program. If not, write to the Free Software
40 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139 USA. Check
41 # the file named COPYING.

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