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
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
C#
public override void Calculate(
Object args = null
)VB
Public Overrides Sub Calculate (
Optional args As Object = Nothing
)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.