RainfallRunoffData Class |
Namespace: DHI.Mike1D.RainfallRunoffModule
The RainfallRunoffData type exposes the following members.
Name | Description | |
---|---|---|
RainfallRunoffData |
Constructor
|
Name | Description | |
---|---|---|
AdditionalData |
Internal method. Additional data from the MIKE 1D data object. Set during initialize.
| |
Catchments |
Get collection of catchments
| |
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. | |
ExtensionData |
Holds data from an extended DataContract
(Inherited from AbstractDataAccess.) | |
Parameters |
Set default parameters for all catchments
| |
Pollutants |
Get a list of pollutants for SWQ simulation
| |
ProjectionString |
Projection string, inherited from MIKE 1D Data object.
| |
RuntimeDiagnostics |
Set the runtime diagnostics. Errors and warnings are added to the runtime diagnostics during rum time.
| |
TimeStepMultiplier |
For Mike 11 setups, rainfall runoff models use a time step multiplier
relative to the HD module time step
| |
WriteRRStatFileFlag |
If true, then a RRStat.txt file is created with a summary of rainfall runoff data for
all catchments. The RRStat.txt file is only created if a stand-alone RR simulation is performed.
|
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.) | |
Finish |
Finish simulation. Calls finish on all cathcments that require finalization.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Initialize(IBoundaryData, IDiagnostics) |
Initialize rainfall runoff models
| |
Initialize(IBoundaryData, ADComponentData, STData, IDiagnostics) |
Initialize rainfall runoff models
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Prepare |
Prepare rainfall runoff models
| |
ReadState |
Read state and apply to module.
Returns true if state was successfully read.
| |
ReleaseLicense |
Release all RR licenses
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Validate |
Validates the object
| |
Validate(IDiagnostics, IBoundaryData) |
Validates the catchment with boundaries
| |
WriteState |
Write current state of module
|
Name | Description | |
---|---|---|
_connection |
Protected holder of read/write info
(Inherited from AbstractDataAccess.) | |
BackwardsCompatible | ||
DateFormatString |
String for formatting Date's
| |
DateTimeFormatString |
String for formatting DateTime's
|
Name | Description | |
---|---|---|
Find(String) | Overloaded.
Find the catchment with the given model ID.
Returns null if not found.
(Defined by RRExtensions.) | |
Find(String, IQuantity) | Overloaded.
Find the first catchment with the given name and offering quantity.
Returns null if none found.
(Defined by RRExtensions.) | |
FindAll(String) | Overloaded.
Get a catchment via its name. Returns null if no catchment has this name.
(Defined by RRExtensions.) | |
FindAll(String, IQuantity) | Overloaded.
Find all catchments with the specified name, and offering the specified quantity.
Returns null if none found.
(Defined by RRExtensions.) |