CoolerCalculate Method

Performs the steady-state cooler calculation according to CalcMode. Computes outlet enthalpy, temperature, vapor fraction, and heat removal duty from the inlet stream and specified parameters.

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 calculation arguments (not used).

See Also