equinor / neqsim

NeqSim is a library for calculation of fluid behavior, phase equilibrium and process simulation

Home Page:https://equinor.github.io/neqsimhome/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

improve speed of process calculations

EvenSol opened this issue · comments

Describe the bug
When recycle unit operations are used in a process simulations, all unit operations are recalculated even though some of them does not need to be updated (the input has not changed).

Unit operations should check if input has changed before running the calculations, and if nothing has changed don't run a new calculation.