UnitOpBaseClassGetEnergyConsumption Method

Returns the total energy consumed by this unit operation by summing the energy flows from all connected energy streams and the energy connector.

Definition

Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public override double GetEnergyConsumption()

Return Value

Double
The total energy consumption in watts (W).

See Also