Simulation modeling based on a
discrete-event approach is called discrete-event simulation.
Discrete-event simulation is an effective way to obtain system characteristics when analytical methods are insufficient —
either no exact formula exists, or the computation is too slow to be practical.
Computer simulation software using discrete-event simulation is used in
- traffic simulation,
- network simulation,
- emergency evacuation modeling,
and many other fields in science, engineering, and education.
Two styles of simulation
The OpenSIMPLY is
scientific software for researching both simple and large, complex systems.
It is good for users with any modeling experience and supports both engineering and educational use.
The source code is currently compatible with Object Pascal dialects such as Delphi and Free Pascal (Lazarus) and can be modified from the application level down to the kernel.
OpenSIMPLY offers two simulation styles: block simulation and Simula-like simulation.