Click or drag to resize

EngineNode Methods

The EngineNode type exposes the following members.

Methods
  NameDescription
Public methodAssignBoundary
Assign a water level boundary to this node. Only one open boundary type can be assigned to each node
Public methodStatic memberCalculateInfiltrationFluxSuppression
Slot-like functionality, scaling positive infiltrationFlux below delh such that infiltrationFlux becomes zero at _engineNode.BottomLevel. Negative infiltration (water entering node) is left unchanged.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetStorageArea
Return the storage area for a given water level Compared to surface area, storage area takes porosity into account
Public methodGetSurfaceArea
Return the surface area for a given water level
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIDEquals
Checks whether the otherId matches this nodes ID.
Public methodInitialize
Called in Initialize step
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPrepare
Called in prepare step
Public methodSetHeadloss Obsolete.
Set head loss calculator, for user defined head loss calculations
Public methodToString
Returns a String that represents the current Object.
(Overrides ObjectToString.)
Public methodUpdateBottomLevelOfStructureReaches
Update bottom level of all structure reaches connected to the node to the same bottom level as the node.
Top
See Also