source: trunk/promot/kb/hafke/obertopp/LOAD.mdl @ 1099

Last change on this file since 1099 was 1099, checked in by ginkel, 25 years ago

Some things in the kernel are now a bit faster.

Added a dialog for the output of Modules. Therefore a Netstream was
needed, which redirects Lisp Output through the ORB to
Java.

  • Property svn:eol-style set to native
  • Property svn:keywords set to author date id revision
File size: 783 bytes
Line 
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 "../../generic")
14(include :file "LOAD.mdl")
15
16(cd :dir "../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.