QhFlowtypeRelations Class |
Namespace: DHI.Mike1D.StructureModule
public class QhFlowtypeRelations : IQhFlowtypeRelations, ICloneable
The QhFlowtypeRelations type exposes the following members.
Name | Description | |
---|---|---|
QhFlowtypeRelations(IListIQhFlowTypeRelation) |
Constructor
| |
QhFlowtypeRelations(IQhFlowtypeRelations) |
Copy constructor, transferring data from general interface
to this object
|
Name | Description | |
---|---|---|
Count |
Number of coefficients
| |
CriticalDischarges |
Gets all the critical discharges
| |
Depths |
Gets all the Levels of the collection. The array of depths are depth above the inlet at the
upstream cross section.
| |
FlowTypes |
Gets all the flow types
| |
Item |
Get/set a coefficient set at the specified index
|
Name | Description | |
---|---|---|
Clone |
Returns copy of the instance
| |
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.) | |
GetCriticalDischarge |
Looks up a critical discharge from a depth.
| |
GetCriticalDischargeDerivative |
Gets all critical discharge derivative.
| |
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.) | |
SetParameters |
Set all hydraulic parametersets in the list. This is the only way to change the size of the list.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Validate |
Validates the data. The constraints are that the levels and the areas after sorting must be monotonically increasing.
| |
Validate(IQhFlowtypeRelations) |
Validates the data. The constraints are that the levels and the critical discharges after sorting must be monotonically increasing.
|