Skip to content
/ dwsim Public

DWSIM is a Steady-State and Dynamic Sequential Modular Chemical Process Simulator for Windows, Linux and macOS.

License

Notifications You must be signed in to change notification settings

DanWBR/dwsim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub issues tickets forums wiki donate

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

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