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
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
C#
public Dictionary<int, Dictionary<string, Curve>> Curves { get; set; }VB
Public Property Curves As Dictionary(Of Integer, Dictionary(Of String, Curve))
Get
Set