public class ArgumentsParser| ArgumentsParser | Initializes a new instance of the ArgumentsParser class |
| 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) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| Parse | parse the console arguments and hold them until they will be passed to the analysis tool |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| ArgAnalysisType | This variable will specify the type of analysis to be done. |
| ArgFixedWaterDepth | fixedWaterdepth to be used in the analysis in case the water depth is used and the type of waterdepth is fixed. |
| FilePath | filepath to the 1-d model to be analyzed. |
| NbOfPoints | nb of Hpoints to be printed in the report file. |
| TargetCourantNb | courant number to be used in the newtwork analysis. default value: 0.8 |
| WaterDepthCondition | Waterdepth condition to be used in the analysis. it can be one of the following: 1) Fixed value, 2) Initial conditions, 3) Full cross sections, 4) Low flow conditions. |