https://github.com/andr1976/dwsim-paper

Supplementary material and information

https://github.com/andr1976/dwsim-paper

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 4 DOI reference(s) in README
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.9%) to scientific vocabulary

Keywords

dwsim hysys process python simulation-modeling thermodynamics
Last synced: 5 months ago · JSON representation

Repository

Supplementary material and information

Basic Info
  • Host: GitHub
  • Owner: andr1976
  • License: mit
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 8.64 MB
Statistics
  • Stars: 2
  • Watchers: 1
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Topics
dwsim hysys process python simulation-modeling thermodynamics
Created about 4 years ago · Last pushed over 3 years ago
Metadata Files
Readme License

README.md

dwsim-paper

This repository contains supplementary material and information for the paper Evaluation of an open-source chemical process simulator using a plant wide oil and gas separation plant flowsheet model as basis by Anders Andreasen.

image

Description

The results in the paper are generated with process simulations for both DWSIM and Aspen HYSYS. The following simulation files are available in the simulations/ folder:

  • Base_case_benchmark.dwxmz, the main DWSIM simulation file for comparison with HYSYS
  • Black oil EOS density.hsc, the HYSYS counterpart
  • optimisation.dwxmz, the DWSIM simulation file used for the 100 case run parametric study, slightly modified version of the base case
  • Optim.hsc, the HYSYS simulation file used for the 100 case run parametric study, slightly modified version of the base case

Two main scripts are used for running the parametric studies, one for DWIM and one for HYSYS, both are located in the scripts folder. Run as:

python -i DWSIM_automation.py

The scripts uses a sampling plan already defined from the data folder and writes results to file in the root dir. Data files used in the paper are in the data folder. A third script is used to load the data files and make plots and summary statistics.

Requirements

In order to run the DWSIM simulation file, DWSIM can be downloaded from: https://dwsim.inforside.com.br/new/index.php/download/. Version 7.0.1 or above is recommended. The results have been prepared using the windows version. The automation script has not been tested on Linux with dotnet/Mono.

For running the HYSYS automation script an installation of Aspentech HYSYS is required.

For python, python38 has been used and the required modules/packages are listed in requirements.txt. Requirements for Windows can be installed by running:

python -m pip install -r requirements.txt

For linux the pywin32 package shall be removed from the list.

References

The simulation file used as basis for the present study originates from the paper:

Andreasen, A. Applied Process Simulation-Driven Oil and Gas Separation Plant Optimization Using Surrogate Modeling and Evolutionary Algorithms. ChemEngineering 2020, 4, 11. https://doi.org/10.3390/chemengineering4010011

Owner

  • Name: Anders Andreasen
  • Login: andr1976
  • Kind: user
  • Location: Esbjerg, Denmark
  • Company: Ramboll Energy

Chemical Engineer, working within process and energy technology

GitHub Events

Total
  • Watch event: 3
Last Year
  • Watch event: 3

Committers

Last synced: about 2 years ago

All Time
  • Total Commits: 28
  • Total Committers: 1
  • Avg Commits per committer: 28.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
andr1976 5****6 28

Issues and Pull Requests

Last synced: about 2 years ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

requirements.txt pypi
  • lhsmdu *
  • matplotlib *
  • numpy *
  • pandas *
  • pythonnet *
  • pywin32 *
  • seaborn *
  • statsmodels *