Click or drag to resize

EngineExtensions Class

Class with extensions methods for the engine classes
Inheritance Hierarchy
SystemObject
  DHI.Mike1D.EngineEngineExtensions

Namespace:  DHI.Mike1D.Engine
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public static class EngineExtensions

The EngineExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDigipoints(EngineReach)
Get the digipoints of the reach
Public methodStatic memberDigipoints(EngineReach, Int32)
Get the ith digipoint of the reach
Public methodStatic memberDirectionUnitVector
Calculates the direction vector of the reach at the given gridpoint, as the average from the last to the next gridpoint.
Public methodStatic memberFlowIntoNode
Evalueate whether flow is into or out of the node.

When discharge is very small, water level slope is also taken into account.

Public methodStatic memberGetPorosity
Get surface area of geometry at provided level, by interpolation
Public methodStatic memberGetSurfaceArea
Get surface area of geometry at provided level, by interpolation
Public methodStatic memberIsHdReach
Returns true if the engine reach is a HD reach
Public methodStatic memberIsRoutingReach
Returns true if the engine reach is a routing reach
Top
See Also