Click or drag to resize

MaterialStreamAdd Method

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

Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
public MaterialStream Add(
	MaterialStream stream,
	double Factor = 1
)
Request Example View Source

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