MaterialStreamAdd Method

Adds a material stream to this one, returning the resulting mixed stream, leaving this instance unmodifed.

Definition

Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public MaterialStream Add(
	MaterialStream stream,
	double Factor = 1
)

Parameters

stream  MaterialStream
Stream to be mixed with this one.
Factor  Double  (Optional)
Flow multiplier for the stream to be mixed with this one. Default is 1.0.

Return Value

MaterialStream
The mixed stream.

See Also