Click or drag to resize

MaterialStreamAssignFromPhase Method

Assign properties from another phase in another stream.

Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
public void AssignFromPhase(
	PhaseLabel phase,
	MaterialStream stream,
	bool SetW
)
Request Example View Source

Parameters

phase  PhaseLabel
Phase to assign proeprties from.
stream  MaterialStream
Stream to read phase properties from.
SetW  Boolean
True to set the overall mass flow from the other stream phase.
See Also