RainfallRunoffData Class |
Namespace: DHI.Mike1D.RainfallRunoffModule
public class RainfallRunoffData : AbstractDataAccess
The RainfallRunoffData type exposes the following members.
Name | Description | |
---|---|---|
RainfallRunoffData |
Constructor
|
Name | Description | |
---|---|---|
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
| |
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 |
Destructor
(Overrides ObjectFinalize.) | |
Finish |
Finish simulation. Calls finish on all cathcments that require finalization.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Initialize(IBoundaryData, IDiagnostics) |
Initialize rainfall runoff models
| |
Initialize(IBoundaryData, ADComponentData, IDiagnostics) |
Initialize rainfall runoff models
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Prepare |
Prepare rainfall runoff models
| |
ReleaseLicense |
Release all RR licenses
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Validate |
Validates the object
| |
WriteRRStatFile |
Write RR stat file
|
Name | Description | |
---|---|---|
_connection |
Protected holder of read/write info
(Inherited from AbstractDataAccess.) | |
DateFormatString |
String for formatting Date's
| |
DateTimeFormatString |
String for formatting DateTime's
| |
LCRV |
Internal method
|
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.) |