Adds a material stream to this one, returning the resulting mixed stream, leaving this instance unmodifed.
Namespace: DWSIM.Thermodynamics.StreamsAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public MaterialStream Add(
MaterialStream stream,
double Factor = 1
)
Public Function Add (
stream As MaterialStream,
Optional Factor As Double = 1
) As MaterialStream
Request Example
View SourceParameters
- 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
MaterialStreamThe mixed stream.
See Also