ADComponentData Class |
Namespace: DHI.Mike1D.ADDataAccess
The ADComponentData type exposes the following members.
Name | Description | |
---|---|---|
ADComponentData |
Default constructor
|
Name | Description | |
---|---|---|
AdditionalOutput |
Additional outputs
| |
Components |
List of AD components
| |
Connection |
Holder of read/write information
(Inherited from AbstractDataAccess.) | |
CustomTypes |
List of custom types stored in the data object and that must be serialized.
(Inherited from AbstractDataAccess.)A custom type is e.g. a user implemented structure or catchment model. In order to store information on the custom type in the .m1dx file, the system needs to know which custom types are being used, and they must be added to this list. | |
DispersionInNodes |
Flag indicating whether dispersion takes place between
nodes and the surrounding reaches. This is relevant for
nodes with volume only.
Default is true | |
DispersionOverOpenBoundaries |
Flag indicating whether dispersion takes place between
open boundaries and external waters.
Default is true | |
DispersionParameters |
Dispersion parameters per reach. Overrides the global values.
| |
ExtensionData |
Holds data from an extended DataContract
(Inherited from AbstractDataAccess.) | |
HotstartInfos |
List of hotstart files, prioritized, the first one being
tried first.
Several hotstart files can be added. Each of the hotstart files can contain data for different components and different parts of the network. Network need not to match exactly, interpolation will take place where appropriate. Example: If merging two AD setups into one, the two original AD hotstart files from each of the original setups can be added here. |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetComponent |
Find an AD component with the given component id.
If component was not found, null is returned. | |
GetComponentIndex(String) |
Find index of component with the given component id.
If component was not found, -1 is returned. | |
GetComponentIndex(IQuantity) | Obsolete.
Find index of component with the given quantity.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Validate |
Validate
|
Name | Description | |
---|---|---|
_connection |
Protected holder of read/write info
(Inherited from AbstractDataAccess.) |
Name | Description | |
---|---|---|
InitialValuesExtrapolationDistance |
Set extrapolation distance for initial values for all components
(Defined by ADDataExtensions.) |