|
MEASUR-Tools-Suite v1.0.11
The MEASUR Tools Suite is a collection of industrial efficiency calculations written in C++ and with bindings for compilation to WebAssembly.
|
Input data for the volume meter measurement method. More...
#include <water_reduction.h>
Public Attributes | |
| double | final_meter_reading = 0.0 |
| Final meter reading at end of measurement interval \([\unit{\gallon}]\). | |
| double | initial_meter_reading = 0.0 |
| Initial meter reading at start of measurement interval \([\unit{\gallon}]\). | |
| double | elapsed_time = 0.0 |
| Duration of the measurement interval \([\unit{\minute}]\). | |
Used when water use is measured by recording initial and final readings of a totalizing water meter over a timed interval. The change in reading divided by elapsed time gives the average flow rate.
Definition at line 43 of file water_reduction.h.
| double water_reduction::VolumeMeterMethodData::elapsed_time = 0.0 |
Definition at line 46 of file water_reduction.h.
| double water_reduction::VolumeMeterMethodData::final_meter_reading = 0.0 |
Definition at line 44 of file water_reduction.h.
| double water_reduction::VolumeMeterMethodData::initial_meter_reading = 0.0 |
Definition at line 45 of file water_reduction.h.