OrificePlateCalculate Method

Performs the ISO 5167 orifice plate calculation: determines the downstream pressure and temperature given the inlet stream conditions and the configured orifice geometry.

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