EngineNodeExternalCoupledArea Property |
When coupled to an external water level, the effect of changing the water level in the
network model also affects the external water level. By specifying the external coupled area,
the actual water level boundary is modified to take the change in this
external coupled area into account.
It effectively has a smoothing effect on a coupling.
The smaller coupled area, the more smoothing effect is applied.
Setting the coupled area to 0 disables the procedure.
Namespace:
DHI.Mike1D.Engine
Assembly:
DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public double ExternalCoupledArea { get; set; }
Public Property ExternalCoupledArea As Double
Get
Set
public:
property double ExternalCoupledArea {
double get ();
void set (double value);
}
Property Value
Type:
DoubleSee Also