Click or drag to resize

MaterialStreamSubtract Method

Subtracts a material stream contents from this one, returning a new stream object, leaving this instance unmodified.

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

Parameters

stream  MaterialStream
Stream to subtract this one from.
Factor  Double  (Optional)
Flow multiplier for the stream to subtract from this one. Default is 1.0.

Return Value

MaterialStream
See Also