Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages

Go Home

System Dynamics Blog

SYSTEM DYNAMICS BLOG

Kotlin System Dynamics Toolkit

Kotlin System Dynamics Toolkit

by | Aug 17, 2021 | Co-Author : Darko Etinger | Zlatko Sirotic | Kresimir Pripuzic

.We developed Kotlin SD Toolkit, or ksdtoolkit, in late 2019/20 as a tool that is suitable for both modelling large, hierarchical System Dynamics (SD) models (supporting modules) and for automatic generation of interactive simulators for multiple target platforms: desktop, web or mobile using Kotlin programming language.

Kotlin first appeared in 2011 as a statically-typed programming language, with modern, more expressive syntax, null-pointer exception safety, and both object-oriented and functional programming capabilities. It is interoperable with all existing Java libraries and frameworks, and it is Google’s preferred language for Android application development since 2017. Kotlin also excels in developing internal, domain-specific language (internal DSL), which allows adapting general-purpose language (e.g. Kotlin) to solve problems of a specific domain (e.g. system dynamics).

We found that Kotlin programming language is a new, good choice for SD modelling and simulation since it provides many new benefits:

  • Kotlin has an expressive and concise syntax (in comparison to Java), making SD model definition concise

  • Kotlin allows us to develop an internal domain-specific language (DSL) specially tailored for the SD domain

  • Kotlin is a statically-typed programming language (in comparison to dynamically-typed Python) meaning it detects type-errors at compile time instead of failing at runtime

  • prevents null-pointer exceptions at runtime by tracking values, making SD model robust and stable

  • Kotlin combines both the object-oriented and functional programming approaches allowing us to develop large hierarchical SD models, reusing previously developed and tested SD submodels as modules

  • Kotlin is completely interoperable with any existing Java libraries, allowing us to do any data-processing, storing or visualization developed so far in Java.

For the development of Kotlin SD Toolkit we used IntelliJ IDEA (Ultimate Edition, 2019.1 version) integrated development environment for programming in Java/Kotlin languages, from company JetBrains (JetBrains s.r.o, Prague, Czech Republic), the same company that developed Kotlin. We also used: OpenJDK 11 – open Java development kit, OpenJFX – open JavaFX, Gradle – dependency management & build automation tool, Vaadin 8 – Vaadin web framework, and Android SDK – Android software development kit.

The simulation speed was not in our primary focus and could be further improved. A preliminary test on 10 million (1E7) time steps with a very simple SD model (comprised of just one stock and one flow) runs 7.08 seconds on Kotlin SD Toolkit using a laptop computer (Intel i7-8550U CPU at 1.80 GHz with 16 GB of RAM) , while in BPTK-Py runs 153.0 seconds (thus 22x times slower), and in Vensim 6.2 Double Precision runs 30.0 seconds (thus 4x times slower).

Kotlin SD Toolkit in this stage of development has several limitations since we have not implemented: 1) GUI for graphical model design, 2) XMILE transpiler, 3) simulation scenario management, and 4) SD functions or collection of archetypes (e.g. SD molecules). In the near future, we plan to expand the toolkit and overcome these limitations.

Kotlin SD Toolkit is available as a free, open-source GitHub project and we present it as our contribution to the System Dynamics community.

 

 

Sovilj, Etinger, Sirotić, and Pripužić are coauthors of “System dynamics modeling and simulation with Kotlin”, available on the System Dynamics Review.

 

 

Recent Posts

Book Signing & Book Swap at ISDC 2023

Book Signing & Book Swap at ISDC 2023 Learn about their books directly from the authors! Don’t miss out! Several book authors will join us at the Book Signing event at ISDC 2023. This event will be held live at the conference in Chicago, on Tuesday, July 25 at...

Upcoming Events

Recent Business cases

System Dynamics Helps Farmers Escape Poverty Trap in Guatemala

System Dynamics Helps Farmers Escape Poverty Trap in Guatemala EXECUTIVE Summary Guatemala holds the 4th highest global ranking for chronic malnutrition, and climate change is intensifying the challenges subsistence farmers face in providing food for their families....

Twinings Uses System Dynamics Games to Enhance HR Capability

Twinings Uses System Dynamics Games to Enhance HR Capability “Realistic simulation is a powerful approach to building capability. The business simulation developed [by Dashboard Simulations and Lane4] gave [Twinings staff] an experience that called for them to develop...

RSC Uses System Dynamics to Increase HVACR Sales Against the Tide

RSC Uses System Dynamics to Increase HVACR Sales Against the Tide “Using the proven Strategy Dynamic process focused our limited resources on organizing strategic issues, identifying the critical resources, and developing the insight to more rapidly create intuitive...

Join us

Co-Author

Darko Etinger

Darko Etinger

Zlatko Sirotic

Zlatko Sirotic

Kresimir Pripuzic

Kresimir Pripuzic

One thought on “Kotlin System Dynamics Toolkit

Leave a Reply