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
Public Enumeration EnergyLossSolverMethod
public enum class EnergyLossSolverMethod
Members
| Member name | Value | Description |
---|
| Mike11Iteration | 0 | Iteration similar to the one used in MIKE 11 |
| Mike11Mod | 1 | Iteration similar to the one used in MIKE 11, modified such that upstream/downstream energy level is constant |
| SolveQh | 2 | Solve Q-h equations, upstream/downstream energy level is constant |
| SolveVh | 3 | Solve V-h equations, upstream/downstream energy level is constant |
| SolveQhImpl | 4 | Solve Q-h equations, implicit approach where upstream/downstream energy level depend on velocity in structure |
| SolveVhImpl | 5 | Solve V-h equations, implicit approach where upstream/downstream energy level depend on velocity in structure |
See Also