1 |
aw0a |
1 |
# This file is part of the ASCEND Modeling Library. |
2 |
|
|
# |
3 |
|
|
# Copyright (C) 1998 Carnegie Mellon University |
4 |
|
|
# |
5 |
|
|
# The ASCEND Modeling Library is free software. You can redistribute |
6 |
|
|
# it and/or modify it under the terms of the GNU General Public |
7 |
|
|
# License as published by the Free Software Foundation---either |
8 |
|
|
# version 2 of the License, or (at your option) any later version. |
9 |
|
|
# |
10 |
|
|
# The ASCEND Modeling Library is distributed in hope that it |
11 |
|
|
# will be useful, but WITHOUT ANY WARRANTY--without even the implied |
12 |
|
|
# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
13 |
|
|
# See the GNU General Public License for more details. |
14 |
|
|
# |
15 |
|
|
# You should have received a copy of the GNU General Public License |
16 |
|
|
# along with the program. If not, write to the Free Software |
17 |
|
|
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139 USA. Check |
18 |
|
|
# the file named COPYING. |
19 |
jpye |
1385 |
|
20 |
|
|
# by Arthur W. Westerberg |
21 |
|
|
# May 1998 |
22 |
|
|
|
23 |
|
|
# This script loads and runs the results for the model |
24 |
|
|
# "tabulated_vessel_values" that is contained in the file |
25 |
|
|
# vesselTabulated.a4c. |
26 |
|
|
|
27 |
|
|
# THIS FILE IS AUTO-IMPORTED INTO THE ASCEND MANUAL! BE CAREFUL WITH EDITS. |
28 |
|
|
|
29 |
|
|
DELETE TYPES; |
30 |
|
|
READ FILE "vesselTabulated.a4c"; |
31 |
|
|
|
32 |
|
|
COMPILE tvv OF tabulated_vessel_values; |
33 |
|
|
BROWSE {tvv}; |
34 |
|
|
RUN {tvv.reset}; |
35 |
|
|
RUN {tvv.values}; |
36 |
|
|
SOLVE {tvv} WITH QRSlv; |