Writing a Dynamics System in DMC
- Dynamics Modelling and Culling - |
The DMC compiler takes a description of a dynamical system and
transforms it into a new description that may be effectively culled.
The input to the compiler is a Java class that implements the
interface
The output of the compilation process is Java code for a new class
that implements the
For closed form dynamics systems or systems that do not need to be culled in general it may be more appropriate to simply implement the DynamicsVariable interface instead, and go straight to using the other DMC tools. Since it may be useful to try out a system in the modeller or in a
VRML browser before compiling, especially when writing or debugging a
new system, we also provide a
SysToVar has input requirements similar to the compiler's. |