MaterialStreamSubtract Method |
Subtracts a material stream contents from this one, returning a new stream object, leaving this instance unmodified.
Namespace: DWSIM.Thermodynamics.StreamsAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public MaterialStream Subtract(
MaterialStream stream,
double Factor = 1
)
Public Function Subtract (
stream As MaterialStream,
Optional Factor As Double = 1
) As MaterialStream
Request Example
View SourceParameters
- 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
MaterialStreamSee Also