HeatExchangerSetCalculationMode Method

Sets the active calculation mode for the heat exchanger using a numeric identifier.

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
The integer ID corresponding to a HeatExchangerCalcMode value.

Return Value

Object
The string name of the newly set calculation mode.

See Also