PumpCalculate Method

Performs the pump steady-state calculation. Determines outlet pressure, temperature, enthalpy, power consumption, and NPSH based on the active CalcMode.

Definition

Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public override void Calculate(
	Object args = null
)

Parameters

args  Object  (Optional)
Optional array of simulation objects: (0) inlet material stream, (1) outlet material stream, (2) inlet energy stream. Pass Nothing to resolve streams from the flowsheet connections.

See Also