Click or drag to resize

MaterialStreamAssign Method

Copies basic properties from another stream.

Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
public void Assign(
	IMaterialStream ASource
)
Request Example View Source

Parameters

ASource  IMaterialStream
Stream to be used as the source
Remarks
Properties copied: phase temperature, pressure, enthalpy and mole/mass flows.
See Also