Click or drag to resize

MaterialStreamMix Method

Mixes this stream with another one.

Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
public void Mix(
	MaterialStream withstream
)
Request Example View Source

Parameters

withstream  MaterialStream
Stream to mix this one with.
See Also