Kernel Components > Model

Release Information

Project: Siconos
Internal Release Number: 1.0
Last update: September 15, 2005
Related Documents:
     

Model component


What for? global model definition
Depencies: modelingTools (NonSmoothDynamicalSystemt), simulationTools (Simulation), Input-output (xml)
Sources directory name: Kernel/src/model/

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.