BoundaryData Properties

Properties

CatchmentComponentSourceBoundaries Catchment component source boundaries are AD component boundaries that are handled by the catchment (by a catchment plugin). The catchment calculates an AD load/concentration which can be outputted and added to the network.

These boundaries will not be applied to runoff from a catchment result file (CatchmentResultFiles). Concentrations for those must be specified in Components, or ComponentResultFiles.

The net-rainfall catchment quantity version is special. This requires also HD, because only at that point in time it is known exactly how much rain that falls on the river surface.

CatchmentResultFiles List of catchment result files, containing rainfall runoff and/or catchment discharge.
CatchmentSourceBoundaries Catchment source boundaries, sources for catchment models, as e.g. rainfall and evaporation. These can be specified for each catchment individually here. If specifying rain etc. globally or based on coordinates, used the GlobalSourceBoundaries.
Connection Holder of read/write information
(Inherited from AbstractDataAccess)
CustomTypes 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)
DistributedSourceBoundaries Get a list of all distributed source boundaries
ExtensionData Data from an extended DataContract not recognized here
(Overrides AbstractDataAccessExtensionData)
GlobalSourceBoundaries Get a list of all global source boundaries
OpenSourceBoundaries Get a list of all open source boundaries
PointSourceBoundaries Get a list of all point source boundaries
RuntimeDiagnostics Runtime diagnostics object.

Issues during runtime are reported to this object.

StructureSourceBoundaries Get a list of all catchment source boundaries
TsBuffer A buffer containing all timeseries, so they can be reused as much as possible.

See Also