Last change
on this file since 40 was
40,
checked in by traenkle, 27 years ago
|
v-0-5-4
version as of SFB-412-Begutachtung - Bericht fuer Antragsphase 96-98
presentation of kb/hafke/obertopp and kb/distillation (tmm-process, ba-process)
- src/kernel/utilities.lisp:
print-class-tree writes class tree to stdout
- src/kernel/editor-interface.lisp:
set-diva-file-names modifies the keywords
:diva-cg-file-name, :diva-fortran-files-subname, :diva-data-file-name
and :diva-latex-file-name of a module;
write-diva-files writes CG files and calls the CG
- src/kernel/mdl.lisp:
the keywords :diva-cg-file-name, :diva-fortran-files-subname,
:diva-data-file-name and :diva-latex-file-name have been added to
define-module
- src/kernel/roots-mixins.lisp:
the slots for :diva-cg-file-name, :diva-fortran-files-subname,
:diva-data-file-name and :diva-latex-file-name have been added to
promot-class-mixin;
modified method cg-filename to determine the default CG filename of a module
- src/graphics/*.lisp:
Model output to DIVA added
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
author date id revision
|
File size:
808 bytes
|
Rev | Line | |
---|
[40] | 1 | ;;;====================================================================== |
---|
| 2 | ;;; PROMOT Knowledge Base |
---|
| 3 | ;;; Hafke Process |
---|
| 4 | ;;;---------------------------------------------------------------------- |
---|
| 5 | ;;; |
---|
| 6 | ;;; LOAD.mdl |
---|
| 7 | ;;; |
---|
| 8 | ;;; Frank Traenkle |
---|
| 9 | ;;; ISR, Universitaet Stuttgart |
---|
| 10 | ;;; 1998 |
---|
| 11 | ;;;============================================================ |
---|
| 12 | |
---|
| 13 | (cd :dir "~/veda/promot/kb/generic") |
---|
| 14 | (include :file "LOAD.mdl") |
---|
| 15 | |
---|
| 16 | (cd :dir "~/veda/promot/kb/hafke/obertopp") |
---|
| 17 | (include :file "ppc-equation-systems.mdl") |
---|
| 18 | (include :file "material-modeling-entities.mdl") |
---|
| 19 | (include :file "reaction-kinetics.mdl") |
---|
| 20 | (include :file "geometry.mdl") |
---|
| 21 | (include :file "phases.mdl") |
---|
| 22 | (include :file "wall.mdl") |
---|
| 23 | (include :file "pumps.mdl") |
---|
| 24 | (include :file "controller.mdl") |
---|
| 25 | (include :file "reservoirs.mdl") |
---|
| 26 | (include :file "process.mdl") |
---|
| 27 | |
---|
| 28 | ;;; |
---|
| 29 | ;;; EOF |
---|
| 30 | ;;; |
---|
| 31 | |
---|
Note: See
TracBrowser
for help on using the repository browser.