MaterialStreamSubtract Method

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

Definition

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

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