Material StreamSubtract 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
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
public MaterialStream Subtract(
MaterialStream stream,
double Factor = 1
)VB
Public Function Subtract (
stream As MaterialStream,
Optional Factor As Double = 1
) As MaterialStreamParameters
- 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.