Click or drag to resize

SWMM5IntFileBridge Class

Class for reading SWMM5 Interface File data and populate a ResultData object.

The SWMM5 Interface File contains outlet node flows.

The

asRR
argument to the constructor flags if data is stored as catchment TotalRunOff or node DischargeOutflow.

The "usual" integration in MIKE 1D is to convert the flow to runoff, and attach to MIKE 1D as catchment runoff file. There can be issues with the catchment connections and these must be regenerated.

To integrate node outflow to MIKE 1D, we probably need to introduce a new type of boundary (Runoff Node Inflow), which assigns directly to the node matching the Id.

There is currently not that much error reporting.

Inheritance Hierarchy
SystemObject
  DHI.Mike1D.ResultDataAccessSWMM5IntFileBridge

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public class SWMM5IntFileBridge : IResultReadBridge, 
	IResultBridge

The SWMM5IntFileBridge type exposes the following members.

Constructors
  NameDescription
Public methodSWMM5IntFileBridge
Default constructor
Top
Properties
  NameDescription
Public propertyConnection
Connection specifying the file to read from/write to
Public propertyFilter
Filter support is not implemented
Public propertyNumberOfTimeSteps
Number of time steps
Top
Methods
  NameDescription
Public methodConnect
Connect to storage
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFinish
Disconnect from storage
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRead
Read header and data
Public methodReadData
Read file data
Public methodReadHeader
Read file header
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventTimeStepReadEvent
Top
See Also