WegsteinParameters 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
[SerializableAttribute]
public class WegsteinParameters
Inheritance
Object    WegsteinParameters

Constructors

Fields

AccelDelayGets or sets the number of initial iterations to skip before applying Wegstein acceleration.
AccelFreqGets or sets how often (every N iterations) Wegstein acceleration is applied.
QmaxGets or sets the maximum value of the Wegstein q parameter.
QminGets or sets the minimum value of the Wegstein q parameter.

Extension Methods

GetEnumNames
(Defined by General)
IsValidDouble
(Defined by General)

See Also