dwsim
DWSIM is a Steady-State and Dynamic Sequential Modular Chemical Process Simulator for Windows, Linux and macOS.
Visual Basic .NET★ 528⑂ 160 forksGPL-3.0updated 2 weeks ago
README.mdfork it — it’s yours
DWSIM - Open Source Process Simulator
Copyright 2008-2025 Daniel Wagner and contributors
DWSIM is a software for modeling, simulating, and optimizing steady-state and dynamic chemical processes.
License
DWSIM is licensed under the GNU General Public License (GPL) Version 3.
See COPYING for more information.
Supported Operating Systems
- Windows (64-bit x86) with .NET Framework 4.6.2 or newer
- Linux (64-bit x86) with .NET 8 Runtime or newer
- macOS 10.7 or newer
Donations
- Patreon: https://patreon.com/dwsim
- GitHub Sponsors: https://github.com/sponsors/DanWBR
- Buy-me-a-coffee: https://www.buymeacoffee.com/dwsim
- Bitcoin tips are welcome at bc1qf37y47vfk5wzxqpyh39y7th32x6lja0h0gc383
Compiling
- DWSIM can be compiled using Visual Studio 2019 or newer on Windows.
- To compile everything and run:
- Open Visual Studio 2019 or 2022 and clone this repository directly from GitHub
- Change the Build target to 'Debug/x64', 'ReleaseLinux/x64', 'ReleaseWinMac/x64' or 'ReleaseWinMac/x86'
- Click on the Solution object and restore NuGet packages
- Build the solution
- Select 'DWSIM' or 'DWSIM.UI.Desktop' as the startup project
- Run
more like this
quadcopter_with_PID_controller
Quadcopter dynamics simulation with two proportional–integral–derivative (PID) controllers that adjust the motor speeds…
Python★ 51
purecutcnc
PureCutCNC is a 2.5D CAD / CAM workspace for designing parts, defining machining operations, previewing toolpaths, and…
TypeScript★ 52