-
Notifications
You must be signed in to change notification settings - Fork 30
Adding a thermodynamic model in NeqSim
Even Solbraa edited this page May 1, 2021
·
13 revisions
A thermodynamc model is added to NeqSim by adding three classes:
- A system class implementing the SystemInterface
- A phase class implementing the PhaseInterface
- A component class implementing the ComponentInterface.
An example of this is the SRK-EoS, which is implemented by adding the classes: SystemSrkEos, PhaseSrkEosand ComponentSrk
The implementation of a Equation of State is based on Michelsen F-functions - and is described in this thesis: https://ntnuopen.ntnu.no/ntnu-xmlui/handle/11250/231326
- Getting started with NeqSim and GitHub
- Getting started as a NeqSim developer
- The NeqSim parameter database
- Example of setting up a fluid and running simple flash calculations
- Select thermodynamic model and mixing rule
- Flash calculations and phase envelope calculations using NeqSim
- Calculation of thermodynamic and physical properties using NeqSim
- Oil Characterization in NeqSim
- Aqueous fluids and NeqSim
- Electrolytes and NeqSim
- Process Calculations in NeqSim