Click or drag to resize

EngineNodeStructure Properties

The EngineNodeStructure type exposes the following members.

Properties
  NameDescription
Public propertyBottomLevel
Bottom level

For a junction node (node without volume (in a river setup)), this is set to the smallest bottomlevel of the surrounding reaches.

(Inherited from EngineNode.)
Public propertyExternalCoupledArea
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.

(Inherited from EngineNode.)
Public propertyGroundLevel
Ground level

For a junction node (node without volume (in a river setup)), this is not set, having value of MaxValue.

(Inherited from EngineNode.)
Public propertyHasVolume
Boolean specifying whether the enginenode has a volume.

Must be overwritten for enginenodes with a volume

(Inherited from EngineNode.)
Public propertyHeadLossCalculator
Head loss calculator
(Inherited from EngineNode.)
Public propertyID
Node ID string. (Not associated with the reach ID's)
(Inherited from EngineNode.)
Public propertyInfiltrationCalculator
Infiltration calculator
(Inherited from EngineNode.)
Public propertyInternalNode
Returns true if the node is internal, i.e., not a boundary node.
(Inherited from EngineNode.)
Public propertyLocation Obsolete.
The Location of the node. A node can be placed at more than one location. This only handles one location. Used for searching for initial conditions.
(Inherited from EngineNode.)
Public propertyMaxInflowFromSurface
Maximum inflow from the surface, i.e. rainfall runoff type inflows.

This is only relevant for sewer type nodes, where the inflow is limited by a surface opening like a sewer grate.

(Inherited from EngineNode.)
Public propertyNodeMaxInflowReservoir
Node max inflow reservoir
(Inherited from EngineNode.)
Public propertyOpenBoundarySubType
Sub type of open boundary.
(Inherited from EngineNode.)
Public propertyOpenBoundaryType
Type of open boundary. Check if node is an open boundary using InternalNode before accessing this property.
(Inherited from EngineNode.)
Public propertyOpenSourceBoundary
Get the IOpenSourceBoundary for the node. Null when node is an internal node (not an open boundary node)
(Inherited from EngineNode.)
Public propertyOutletReachId
ID of outlet structure
Public propertyPressureReachNodeType
This nodes relation to pressurized sections of the network
(Inherited from EngineNode.)
Public propertyPressureReachTailCrestLevel
Minimum water level in the outflow from pressurized sections, and hence also minimum water level in the pressurized section

Only applicable when PressureReachNodeType is Tail.

(Inherited from EngineNode.)
Public propertyShadowNode
Returns true if the node is a shadow node, i.e. only representing a node from another domain (MPI)
(Inherited from EngineNode.)
Public propertyStructure
Node structure
Public propertyXCoordinate
X coordinate of node
(Inherited from EngineNode.)
Public propertyYCoordinate
Y coordinate of node
(Inherited from EngineNode.)
Top
See Also