EnergyLossEnergyLossSolverMethod Enumeration |
Solver methods for the energyloss structure.
Namespace:
DHI.Mike1D.StructureModule
Assembly:
DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public enum EnergyLossSolverMethod
Members
| Member name | Value | Description |
---|
| Mike11Iteration | 0 | Iteration similar to the one used in MIKE 11 |
| SolveQh | 1 | Solve Q-h equations |
| SolveVh | 2 | Solve V-h equations |
| SolveQhImpl | 3 | Solve Q-h equations, implicit approach |
| SolveVhImpl | 4 | Solve V-h equations, implicit approach |
See Also