|
Pumping Tests Data
The Pumping Test Data Class contains all the information related to the selected pumping test(s). Each pumping test has two separate subclasses of
information:
- Data
- Analysis
The Data subclass contains the following information:
- Pumping well name
- Discharge rate (constant or time-varying)
- Observation well(s) name(s)
- Static water level
- Depth from water level to bottom of well screen
- Time vs. water level at the selected observation well(s)
Note: The distance from the pumping well to the observation well(s) is calculated from the well coordinates.
The Analysis subclass contains the graph and results of the selected analysis method(s) for the active pumping test.
The powerful advantage of this data structure is the flexibility it offers for easily manipulating and interpreting the data and comparing several
different analysis methods for the same data set.
Slug Tests Data
The Slug Test Data Class is similar to the Pumping Test Data Class in that it contains all the information related to the selected slug test(s).
However, since each slug test involves only a single well, it requires only a single subclass of information for each analysis. The Analysis subclass includes the following information
- Well name
- Depth to static water level
- Depth from water level to bottom of well screen
- Time vs. water level
- Analysis graph and results
|