Material StreamAdd Method
Adds a material stream to this one, returning the resulting mixed stream, leaving this instance unmodifed.
Definition
Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
The mixed stream.
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
public MaterialStream Add(
MaterialStream stream,
double Factor = 1
)VB
Public Function Add (
stream As MaterialStream,
Optional Factor As Double = 1
) As MaterialStreamParameters
- 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.