STData Class |
Namespace: DHI.Mike1D.STDataAccess
The STData type exposes the following members.
Name | Description | |
---|---|---|
AdditionalOutput |
RatioD90D50
| |
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.) | |
STCohesiveData |
Cohesive Sediment Transport data access.
| |
STNonCohesiveData |
Non-Cohesive Sediment Transport data access.
|
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 the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HasBedLoadComponents |
True if a non-cohesive component has bed load.
| |
HasSuspendedComponents |
True if a non-cohesive component has suspended load or if there is at least one cohesive component.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Validate |
Validate
|
Name | Description | |
---|---|---|
_connection |
Protected holder of read/write info
(Inherited from AbstractDataAccess.) | |
ActiveLayerEquilibrium |
Active layer equilibrium thickness, also called active layer target thickness
| |
BasinRemovalCoefs |
Basin removal coefficients
| |
BedLayerLayout |
Number of layers in sediment layer model, can be 0, 1, or 2. Choice should be validated and overriden if not applicable
0: 1 non-cohesive sediment component, corresponds to unlimited sediment supply
1: 1 or several sediment components, corresponds to limited sediment availability
2: 2 or more sediment components, active layer and passive layer with interaction between them
| |
DoMorphologicalUpdate |
Switch for morphological update.
Set to false to skip updating cross sections and bed model (content of bed) | |
InitialActiveLayerThickness |
Initial thickness of active layer.
| |
InitialPassiveLayerThickness |
Initial passive layer thickness.
| |
MaxConcDueToErosion |
Maximum concentration due to erosion
| |
MorphologicalUpdate |
Morphological update method
| |
NonScouringBedLevel |
Non-scouring bedlevel
| |
PassiveSTReaches |
List of passive reaches
| |
RatioD90D50 |
RatioD90D50
| |
RemovalStructures |
List of removal structures for MU
| |
SedimentResistance |
Sediment resistance used in MIKE Urban for Einstein decomposition
| |
SedimentResistanceType |
Sediment resistance computation type used in MIKE Urban for Einstein decomposition
| |
SkinFrictionType |
Use Van Rijn's method for calculating skin friction used in sediment transport formulas
| |
UnlimitedScouringLevel |
Level for unlimited scouring
| |
UseOnlyHD |
Switch to use ST model only for initial setting up of morphology.
It disables all the ST boundaries, ST module time stepping, and ST related outputs. |
Name | Description | |
---|---|---|
GetComponent |
Get component with specified componentId, or null if not found.
(Defined by STExtensions.) | |
GetComponentIndex |
Get component index of specified componentId, or -1 if not found.
(Defined by STExtensions.) | |
NumberOfComponents |
Total number of ST fractions/components
(Defined by STExtensions.) |