CulvertQhSolverMethods Enumeration

Ways to solve the energy equations for the Qh relations

Definition

Namespace: DHI.Mike1D.StructureModule
Assembly: DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public enum CulvertQhSolverMethods

Members

Mike11Iteration0 Simple iteration, the traditional approach (MIKE 11)
NewtonRaphsonIteration1 Using a Newton-Raphson algorithm

Extension Methods

IsOneOf Returns true if enumeration is one of the listed ones.
(Defined by GenericExtensions)

See Also