This repository has been archived by the owner on Jun 17, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathREADME.txt
48 lines (42 loc) · 2.25 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
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.