Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add virtual stream #571

Closed
EvenSol opened this issue Nov 17, 2022 · 0 comments · Fixed by #572
Closed

add virtual stream #571

EvenSol opened this issue Nov 17, 2022 · 0 comments · Fixed by #572

Comments

@EvenSol
Copy link
Collaborator

EvenSol commented Nov 17, 2022

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.

@EvenSol EvenSol linked a pull request Nov 17, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant