CompressorCurves Property

Gets or sets the dictionary of performance curves 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