ExpanderCurves Property

Gets or sets the collection of performance curve sets, keyed by rotation speed (rpm).

Definition

Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public Dictionary<int, Dictionary<string, Curve>> Curves { get; set; }

Property Value

DictionaryInt32, DictionaryString, Curve

See Also