Model component
To find more details on objects described in this section, see
Doxygen
documentation of Siconos/Kernel.
The model component contains three classes:
- Model: highest level
object of the platform. It contains time boundary values for the
simulation, a NonSmoothDynamicalSystem
(see modeling component) and a
computation
simulation (see simulation component)
to be applied on
this system.
- SiconosConst: (almost)
all the constants used in the Kernel files.
- KernelDefaultConfig:
default values for some variables used everywhere in the Kernel.