Scope of AD component
Namespace:
DHI.Mike1D.ADDataAccess
Assembly:
DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax Public Enumeration ADScope
public enum class ADScope
Members
| Member name | Value | Description |
---|
| Water | 0 | Component exists in the water column and is advected/transported with the flow |
| Surface | 1 | Not implemented |
| Fixed | 2 | Component is fixed in space and is not advected/transported with the flow |
| NonCohesiveSediment | 3 | Component is suspended non-cohesive sediment and is moved by ST Module |
| CohesiveSediment | 4 | Component is suspended cohesive sediment and is advected/transported with the flow |
See Also