EnergyStreamSetValue Method

Sets the energy flow of this stream directly using a value in kilowatts.

Definition

Namespace: DWSIM.UnitOperations.Streams
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public void SetValue(
	double energyflow_kW
)

Parameters

energyflow_kW  Double
The energy flow value in kilowatts (kW).

See Also