MaterialStreamAssignFromPhase Method

Assign properties from another phase in another stream.

Definition

Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public void AssignFromPhase(
	PhaseLabel phase,
	MaterialStream stream,
	bool SetW
)

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