Click or drag to resize

EnergyLossEnergyLossSolverMethod Enumeration

Solver methods for the energyloss structure.

Namespace:  DHI.Mike1D.StructureModule
Assembly:  DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public enum EnergyLossSolverMethod
Members
  Member nameValueDescription
Mike11Iteration0 Iteration similar to the one used in MIKE 11
Mike11Mod1 Iteration similar to the one used in MIKE 11, modified such that upstream/downstream energy level is constant
SolveQh2 Solve Q-h equations, upstream/downstream energy level is constant
SolveVh3 Solve V-h equations, upstream/downstream energy level is constant
SolveQhImpl4 Solve Q-h equations, implicit approach where upstream/downstream energy level depend on velocity in structure
SolveVhImpl5 Solve V-h equations, implicit approach where upstream/downstream energy level depend on velocity in structure
See Also