Skip to content

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:

  1. A system class implementing the SystemInterface
  2. A phase class implementing the PhaseInterface
  3. 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

Clone this wiki locally