SimJulia is a combined continuous time / discrete event process oriented simulation framework written in Julia inspired by the Simula library DISCO and the Python library SimPy.
SimJulia.jl is a registered package, and is simply installed by running
julia> Pkg.add("SimJulia")
- Version 0.4 is a complete rewrite: more julian and less pythonic.
- The discrete event features are on par with version 0.3. (STABLE)
- The continuous time simulation is based on a quantized state system solver. (EXPERIMENTAL)
- Documentation is automated with Documenter.jl.
- Integration of stiff ODE
- Extension to PDE by method of lines Integration
- Ben Lauwens, Royal Military Academy, Brussels, Belgium