Skip to content

Process Calculations in NeqSim

Even Solbraa edited this page Mar 8, 2019 · 5 revisions

Examples of process simulations using NeqSim are given in these examples.

A stream is created using the stream object:

Stream stream_1 = new Stream("Stream1", testSystem);

A separartor is added using the following method

Separator separator = new Separator("Separator 1", stream_1);

More unit operations can be seen in the process equipment package.

Clone this wiki locally