feos-org / feos-campd

Computer-aided molecular and process design based on the FeOs framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FeOs-CAMPD

crate documentation

Computer-aided molecular and process design using the FeOs framework.

The crate provides some basic infrastructure to perform a computer-aided molecular and process design. It consists of

  • MINLP solver bindings (Artelys Knitro)
  • Molecular representations (fixed molecules and molecule superstructures)
  • Property models (PC-SAFT and (heterosegmented) gc-PC-SAFT)
  • Infrastructure for simple process models including that for an organic Rankine cycle

and the surrounding framework that is used to run the optimization problems.

Actually solving CAMPD problems is only possible with either the knitro_12 or knitro_13 feature which require the corresponding version of Artelys Knitro to be installed.

Installation

Add this to your Cargo.toml

[dependencies]
feos-campd = "0.1"

About

Computer-aided molecular and process design based on the FeOs framework

License:Apache License 2.0


Languages

Language:Rust 99.9%Language:C 0.1%