SolverSettingsOscillationQChangeLimit Property |
When oscillation detection is enabled (
UseOscillationDamping),
this is the relative change limit for discharges that will enable procedures
for damping the solution.
Default value is 0.01, i.e. a 1% relative change in an oscillatory solution will trigger damping
Namespace:
DHI.Mike1D.HDParameterDataAccess
Assembly:
DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public double OscillationQChangeLimit { get; set; }
Public Property OscillationQChangeLimit As Double
Get
Set
public:
property double OscillationQChangeLimit {
double get ();
void set (double value);
}
Property Value
Type:
DoubleSee Also