ExpanderCreateCurves Method

Creates a default set of performance curves (HEAD, EFF, POWER) for a new rotation speed entry.

Definition

Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public Dictionary<string, Curve> CreateCurves()

Return Value

DictionaryString, Curve
A dictionary mapping curve name to a new, empty Curve instance.

See Also