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 virtual stream

EvenSol opened this issue · comments

Is your feature request related to a problem? Please describe.
Virtual stream is a useful unit operation needed in various process simulation cases

Describe the solution you'd like

VirtualStream newStream = new VirtualStream(feedstream)

VirtualStream

run(){
outStream = feedStream.clone();
}

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.