OpenSourceBoundaryMixHalvingTime Property |
MixHalvingTime is time constant used to calculate boundary concentration mixing in
case of flow reversal at the boundary,
It specifies the the time it takes to half the influence of a previous outflow.
A value of zero is undefined, and will disable mixing.
Default value: 3600.
Unit: [s]
Namespace:
DHI.Mike1D.BoundaryModule
Assembly:
DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public double MixHalvingTime { get; set; }
Public Property MixHalvingTime As Double
Get
Set
public:
virtual property double MixHalvingTime {
double get () sealed;
void set (double value) sealed;
}
Property Value
Type:
DoubleImplements
IOpenSourceBoundaryMixHalvingTimeSee Also