|
| double | getPatternFactor (int p, int month, int day, int hour) |
| |
| int | inflow_readExtInflow (char *tok[], int ntoks) |
| | Reads parameters of a direct external inflow from a line of input.
|
| |
| int | inflow_setExtInflow (int nodeIndex, int param, int type, int tseries, int basePat, double cf, double baseline, double sf) |
| | This function assigns property values to the inflow object.
|
| |
| void | inflow_deleteExtInflows (int nodeIndex) |
| | Deletes all time series inflow data for a node.
|
| |
| double | inflow_getExtInflow (TExtInflow *inflow, DateTime aDate) |
| | Retrieves the value of an external inflow at a specific date and time.
|
| |
| int | inflow_readDwfInflow (char *tok[], int ntoks) |
| | Reads dry weather inflow parameters from line of input data.
|
| |
| void | inflow_deleteDwfInflows (int nodeIndex) |
| | Deletes all dry weather inflow data for a node.
|
| |
| void | inflow_initDwfInflow (TDwfInflow *inflow) |
| | Initialzes a dry weather inflow by ordering its time patterns.
|
| |
| double | inflow_getDwfInflow (TDwfInflow *inflow, int month, int day, int hour) |
| | Computes dry weather inflow value at a specific point in time.
|
| |
| void | inflow_initDwfPattern (int patternIndex) |
| | Initialzes a dry weather inflow time pattern.
|
| |
| int | inflow_readDwfPattern (char *tok[], int ntoks) |
| | Reads values of a time pattern from a line of input data.
|
| |