ValveSetCalculationMode Method

Sets the valve calculation mode by its integer identifier and returns the name of the new mode.

Definition

Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public override Object SetCalculationMode(
	int modeID
)

Parameters

modeID  Int32
Integer identifier corresponding to a ValveCalculationMode value.

Return Value

Object
The string name of the newly applied ValveCalculationMode.

See Also