UnitSystem Enumeration |
Namespace: DHI.Mike1D.Generic
Member name | Value | Description | |
---|---|---|---|
NoConversion | -2 | Do not apply any unit conversions, but read/write data directly from/to storage | |
Automatic | -1 | Determine unit system automatically.
Use this e.g. when loading a result data object from storage and you want to use the unit system value stored with the result data (the unit system of the simulation) | |
Default | 0 | Default unit system, mostly SI units | |
User | 1 | User defined unit system. If no user unit is provided for a quantity, the default is being used. | |
UBG | 2 | UBG unit system (Unit Base Group). This is using the GetUBGUnitProvider | |
US | 3 | US unit system. This is using the GetUSUnitProvider |
Copyright DHI 2021