Click or drag to resize

ADComponentData Properties

The ADComponentData type exposes the following members.

Properties
  NameDescription
Public propertyAdditionalOutput
Additional outputs
Public propertyComponents
List of AD components
Public propertyConnection
Holder of read/write information
(Inherited from AbstractDataAccess.)
Public propertyCustomTypes
List of custom types stored in the data object and that must be serialized.

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.

(Inherited from AbstractDataAccess.)
Public propertyDispersionInNodes
Flag indicating whether dispersion takes place between nodes and the surrounding reaches. This is relevant for nodes with volume only.

Default is true

Public propertyDispersionOverOpenBoundaries
Flag indicating whether dispersion takes place between open boundaries and external waters.

Default is true

Public propertyDispersionParameters
Dispersion parameters per reach. Overrides the global values.
Public propertyExtensionData
Holds data from an extended DataContract
(Inherited from AbstractDataAccess.)
Public propertyHotstartInfos
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.

Top
See Also