Skip to content
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.

DanWBR/dwsim4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DWSIM - Open Source Process Simulator
Copyright 2008-2017 Daniel Medeiros, Gregor Reichert, Gustavo León

Supported Operating Systems

Windows with .NET Framework 4.0 or newer
Linux with Mono 4.0 or newer

Project Name						Description

DWSIM							Main DWSIM GUI with Tools and Utilities
DWSIM.Apps.AzureServer					Azure Solver Server 
DWSIM.Apps.RunAsx86					Runs DWSIM in 32-bit mode
DWSIM.Apps.TCPServer					TCP/IP Solver Server
DWSIM.Apps.Updater					Updater Application
DWSIM.Automation					Automation Library
DWSIM.Automation.Tests					Automation Tests Application
DWSIM.Controls.DockPanel				DockPanel control
DWSIM.Controls.DockPanel.ThemeVS2012			Theme for DockPanel control
DWSIM.Controls.PropertyGridEx				Extended Property Grid Control
DWSIM.Controls.TabStrip					TabStrip control
DWSIM.Controls.ZedGraph					Custom ZedGraph Library
DWSIM.DrawingTools					Flowsheet Drawing Tools
DWSIM.DrawingTools.SkiaSharp				Flowsheet Drawing Tools (SkiaSharp)
DWSIM.FileDownloader					File downloader for automatic updates
DWSIM.FlowsheetSolver					Flowsheet Solver library
DWSIM.GlobalSettings					Shared global settings
DWSIM.Interfaces					Interface definitions
DWSIM.Libraries.OctaveSharp				Octave interface 
DWSIM.Libraries.PythonLink				Python interface 
DWSIM.MathOps						Math library
DWSIM.MathOps.RandomOps					Random number generator library
DWSIM.MathOps.SwarmOps					Optimization library
DWSIM.Plugins.NaturalGas				Natural Gas Properties Plugin
DWSIM.SharedClasses					Shared/Base class definitions
DWSIM.Thermodynamics					Thermo library
DWSIM.Thermodynamics.Databases.ChEDLThermoLink		ChEDL Thermo Python Library Database Linker/Parser
DWSIM.Thermodynamics.Databases.ChemeoLink		Cheméo Database Linker/Parser
DWSIM.Thermodynamics.Databases.DDBStructureLink		DDB UNIFAC/MODFAC Structure Database Linker/Parser
DWSIM.Thermodynamics.Databases.KDBLink			KDB Database Linker/Parser
DWSIM.Thermodynamics.CoolPropInterface			Interface for CoolProp native library
DWSIM.Thermodynamics.NativeLibraries			x86/x86-64 Windows/Linux native libraries package
DWSIM.UnitOperations					Unit Operations library
DWSIM.XMLSerializer					Custom XML Serializer

Compiling

The whole DWSIM project can be compiled using Visual Studio 2013 or 2015, only on Windows.