Wegstein Parameters Class
Holds the tuning parameters for the Wegstein convergence acceleration method.
Definition
Namespace: DWSIM.UnitOperations.SpecialOps.Helpers.Recycle
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#
[SerializableAttribute]
public class WegsteinParametersVB
<SerializableAttribute>
Public Class WegsteinParameters- Inheritance
- Object WegsteinParameters
Constructors
Fields
| AccelDelay | Gets or sets the number of initial iterations to skip before applying Wegstein acceleration. |
| AccelFreq | Gets or sets how often (every N iterations) Wegstein acceleration is applied. |
| Qmax | Gets or sets the maximum value of the Wegstein q parameter. |
| Qmin | Gets or sets the minimum value of the Wegstein q parameter. |
Extension Methods
| GetEnumNames | (Defined by General) |
| IsValidDouble | (Defined by General) |