public class CriticalFlowConditions| CriticalFlowConditions | Initializes a new instance of the CriticalFlowConditions class |
| DischargesCritical | An array of critical discharges corresponding to WaterLevelsInflow. |
| DischargesCriticalDerivative | An array of critical discharge derivative with respect to inflow water level. |
| WaterLevelsInflow | An array of inflow water levels. |
| WaterLevelsOutflowCritical | An array of critical downstream water levels corresponding to WaterLevelsInflow. |
| CreateArrays | Create arrays for conditions with n number of water levels. |
| 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) |
| GetDischargeCritical | Return critical discharge for given inflow water level. |
| GetDischargeCriticalDerivative | Return critical discharge derivative for given inflow water level. |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| GetWaterLevelOutflowCritical | Return critical outflow water level for given inflow water level. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |