EnergyStreamAssign Method

Copies the energy flow property from the specified source energy stream to this instance.

Definition

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

Parameters

ASource  EnergyStream
The source EnergyStream whose properties are copied.

See Also