RecycleErrors Property
Gets the dictionary of current convergence errors keyed by variable name (e.g., "Temperature", "Pressure").
Definition
Namespace: DWSIM.UnitOperations.SpecialOps
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<string, double> Errors { get; }VB
Public ReadOnly Property Errors As Dictionary(Of String, Double)
Get