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

Add possibility to read density profile in a detailed compressor calculation

EvenSol opened this issue · comments

Is your feature request related to a problem? Please describe.
Add possibility to read density profile in a detailed compressor calculation

Describe the solution you'd like
Read density profile in a compressor

Compressor.setIsCalcPropertyProfile(True)

PropertyProfile.addFluid(fluid.clone())

compressor.getPropertProfile().getFluid(i).getDensity()

Class propertProfile

  ArrayList<Fluid> fluid = nei …

 addFluid(systemInyerface fluid)

  getFluid(imt I)