Skip to content
Snippets Groups Projects
Unverified Commit 431c2ba0 authored by Ian Bell's avatar Ian Bell Committed by GitHub
Browse files

Document what EOS are implemented

parent aa8d69d8
No related branches found
No related tags found
No related merge requests found
...@@ -3,10 +3,27 @@ ...@@ -3,10 +3,27 @@
This library implements advanced derivative techniques to allow for implementation of EOS without any hand-written derivatives. The name TEQP comes from Templated Equation of State Package This library implements advanced derivative techniques to allow for implementation of EOS without any hand-written derivatives. The name TEQP comes from Templated Equation of State Package
[![Catch tests via Github Actions](https://github.com/ianhbell/teqp/actions/workflows/runcatch.yml/badge.svg)](https://github.com/ianhbell/teqp/actions/workflows/runcatch.yml) So far the following EOS are implemented:
* van der Waals
* PC-SAFT
* cubic plus association (CPA) for pure fluids
* multi-fluid model in the form of GERG
Written by Ian Bell, NIST. Written by Ian Bell, NIST.
## Install
For windows and OSX, you should be able to install the most recent version from PYPI with
``pip install teqp``
For linux users, please build yourself following the instructions below.
## Tests
[![Catch tests via Github Actions](https://github.com/ianhbell/teqp/actions/workflows/runcatch.yml/badge.svg)](https://github.com/ianhbell/teqp/actions/workflows/runcatch.yml)
## Build (cmake based) ## Build (cmake based)
Try it in your browser: [![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/ianhbell/teqp/master) Try it in your browser: [![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/ianhbell/teqp/master)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment