SolverSettingsFullyDynamicUseAlternativeConvectionSuppression Property |
To increase the numerical stability of the algorithm
an alternative method of applying the convective supression may be applied
when using the fully dynamic or higher order fully dynamic wave approximtions.
Default: false
Namespace:
DHI.Mike1D.HDParameterDataAccess
Assembly:
DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public bool FullyDynamicUseAlternativeConvectionSuppression { get; set; }
Public Property FullyDynamicUseAlternativeConvectionSuppression As Boolean
Get
Set
public:
property bool FullyDynamicUseAlternativeConvectionSuppression {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also