ADScope Enumeration

Scope of AD component

Definition

Namespace: DHI.Mike1D.ADDataAccess
Assembly: DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public enum ADScope

Members

Water0 Component exists in the water column and is advected/transported with the flow
Surface1 Not implemented
Fixed2 Component is fixed in space and is not advected/transported with the flow
NonCohesiveSediment3 Component is suspended non-cohesive sediment and is moved by ST Module
CohesiveSediment4 Component is suspended cohesive sediment and is advected/transported with the flow
Air5 Component exists in the air and is advected/transported with the air flow

Extension Methods

IsADComponentType
(Defined by ADScopeExtensions)
IsOneOf Returns true if enumeration is one of the listed ones.
(Defined by GenericExtensions)

See Also