ResistanceFormulation Enumeration |
Namespace: DHI.Mike1D.Generic
Member name | Value | Description | |
---|---|---|---|
Relative | 0 | Relative factor. The factor is relative to the globally provided resistance formulation and number | |
Manning_n | 1 | Manning's n. | |
Manning_M | 2 | Manning's m | |
Chezy | 3 | Chezy | |
DarcyWeisbach | 4 |
Darcy-Weisbach resistance.
Note that Darcy-Weisbach resistance values are converted to Chezy resistance numbers while processing, so for a Darcy-Weisbach formulation the raw resistance values are Darcy-Weisbach, while the processed ones are Chezy. | |
ColebrookWhite | 5 | Colebrook White. Only used with circular CrossSections | |
HazenWilliams | 6 | Hazen Williams. | |
Manning_MRelative | 66 | Manning's m, relative, meaning that raw/processed resistance numbers are relative to the local manning number. |