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. |