HDParameterData Class |
Namespace: DHI.Mike1D.HDParameterDataAccess
public class HDParameterData : AbstractDataAccess
The HDParameterData type exposes the following members.
Name | Description | |
---|---|---|
HDParameterData |
Constructor
|
Name | Description | |
---|---|---|
AdditionalOutput |
Additional outputs, stored in a file matching the HD result file, including "ADDOUT" in the file name
| |
AddOns |
Add-ons for HD module. With this it is possible to enable specific outputs.
| |
BedResistance |
Bed resistance
| |
CalculateStatistics |
If true, then statistics from the HD module are calculated during runtime.
If simulations are run through DHI.Mike1D.SimLauncher, then the statistics
are saved in html format after the simulation is done.
Default value: false
| |
Connection |
Holder of read/write information
(Inherited from AbstractDataAccess.) | |
CrossSectionTopSlotWidth |
Width of top slot on cross sections
| |
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.) | |
FloodMap |
Flood map specification
| |
GroundWaterLeakageFactor |
Topographical wind friction factor.
The factor can vary throughout the domain. | |
HDDecoupled |
Flag enabling use of HD decoupled result file.
| |
HDDecoupledFile |
Name of decoupled HD result file.
| |
IncludeGroundWaterLeakage |
Include ground water leagage.
| |
IncludeWind |
Include wind in HD calculations
| |
InitialConditions |
Initial conditions.
| |
KinematicViscosity |
Kinematic viscosity of water [m2/s]. The default value is for 15 deg. C. = 0.00000131
| |
MinimumReachLength |
Minimum length of reaches
Default value: 10m
| |
Options |
Options for HD calculations
| |
PressureReachAllowManyGridpoints |
If false, then pressure reaches have only three grid points (H-Q-H). If true, then
grid points are assigned with the same algorithm as used for normal reaches.
Default value: false
| |
PressureReachTopSlotWidth |
Width of top slot in pressure reaches.
Default value: 0.001
| |
ShowStatisticsNodeSelection |
Nodes to show statistics for
| |
ShowStatisticsPerGridPointDischarge |
If true, then statistics for each discharge grid point is shown in the HD summary.
Default value: false
| |
ShowStatisticsPerGridPointVelocity |
If true, then velocity statistics for each discharge grid point is shown in the HD summary.
Default value: false
| |
ShowStatisticsPerGridPointWaterLevel |
If true, then statistics for each water level grid point is shown in the HD summary.
Default value: false
| |
ShowStatisticsPerNode |
If true, then statistics for each node is shown in the HD summary.
Default value: false
| |
ShowStatisticsPerPump |
If true, then statistics for each pump is shown in the HD summary.
Default value: false
| |
ShowStatisticsPerReach |
If true, then statistics for each reach is showen in the HD summary.
Default value: false
| |
ShowStatisticsPerReachInput |
If true, then statistics for each reach input is shown in the HD summary.
Default value: false
| |
ShowStatisticsPerWeir |
If true, then statistics for each weir is shown in the HD summary.
Default value: false
| |
ShowStatisticsReachSelection |
Reaches to show statistics for
| |
SolverSettings |
Various parameters and settings for the HD solver
| |
UseEnergyLevelSlope |
Boolean for calculation of Bed Shear Stress. Default off
| |
UserDefinedLevels |
Simple implementation of UserDefinedMarkers that do interpolate
| |
UserDefinedLocations |
Simple implementation of UserDefinedMarkers that do not interpolate
| |
WaveApproximation |
Wave approximation
| |
WindFrictionCoefficient |
Wind friction factor coefficient
Default value: 0.0025 | |
WindFrictionTopoFactor |
Topographical wind friction factor.
The factor can vary throughout the domain. | |
WriteSurfaceFloodDuration |
If this is active, then the HD module will output
1) The "Nodes" table in the HTML summary file is extended with a "Flooding Duration" column
2) The additional output file will contain result items for "Flood Flowrate" and "Flood Volume"
|
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.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetMUOptions |
Set parameters that are default for MIKE URBAN type applications
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UnsetMUOptions |
Unset parameters that are default for MIKE URBAN type applications
| |
Validate |
Validates the contents. Files are validated for existance. Large parts of the validations
are delegted to the included data access modules.
|
Name | Description | |
---|---|---|
_connection |
Protected holder of read/write info
(Inherited from AbstractDataAccess.) | |
LCRV |
LCRV
|