Package | Description |
---|---|
nce.equipments | |
nce.piping | |
nce.stream |
Modifier and Type | Method and Description |
---|---|
Stream |
CentrifCompressor.getoStream() |
Stream |
CentrifPump.getStream() |
Modifier and Type | Method and Description |
---|---|
void |
CentrifCompressor.evalCompressionPower(Stream iStream_mp,
double oP_mp,
double efficIs_mp)
Evaluates the power required to compress an ideal gas
|
void |
Throttle.init(double inlP,
double outP,
double inlT,
double outT,
Stream s,
GasEos eos) |
void |
HeatExchanger.setColdFluid(Stream coldFluid) |
void |
HeatExchanger.setHotFluid(Stream hotFluid) |
void |
CentrifPump.setStream(Stream iStream) |
Modifier and Type | Method and Description |
---|---|
Stream |
Pipe.getStream() |
Modifier and Type | Method and Description |
---|---|
void |
Pipe.setStream(Stream stream) |
Modifier and Type | Class and Description |
---|---|
class |
StreamLiq |
class |
StreamVapLiq
Class specifically designed to model a multi-phase vapor/liquid stream.
|
Modifier and Type | Field and Description |
---|---|
Stream |
StreamBuilder.bStream |
Stream |
StreamVapLiq.liquid |
Stream |
StreamVapLiq.vapor |
Modifier and Type | Method and Description |
---|---|
Stream |
StreamBuilder.build()
Build a new stream
|
Constructor and Description |
---|
StreamBuilder(Stream s)
Build a new stream by modifying
s |
StreamBuilderVapLiq(Stream s)
Build the stream from pre-existing single phase stream
|
StreamBuilderVapLiq(Stream vap,
Stream liq)
Build the stream from pre-existing vapor and liquid streams
|