CompressorCalculate Method

Performs the compressor calculation: determines outlet pressure, temperature, and power consumption using the selected CalcMode and ProcessPath.

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