MaterialStreamAssign Method

Copies basic properties from another stream.

Definition

Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public void Assign(
	IMaterialStream ASource
)

Parameters

ASource  IMaterialStream
Stream to be used as the source

Remarks

Properties copied: phase temperature, pressure, enthalpy and mole/mass flows.

See Also