|
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 bucket measurement method. More...
#include <water_reduction.h>
Public Attributes | |
| double | bucket_volume = 0.0 |
| Volume of the bucket used for the measurement \([\unit{\gallon}]\). | |
| double | bucket_fill_time = 0.0 |
| Time required to fill the bucket \([\unit{\second}]\). | |
Used when water use is measured by timing how long it takes to fill a container of known volume. The bucket volume divided by the fill time gives the flow rate.
Definition at line 57 of file water_reduction.h.
| double water_reduction::BucketMethodData::bucket_fill_time = 0.0 |
Definition at line 59 of file water_reduction.h.
| double water_reduction::BucketMethodData::bucket_volume = 0.0 |
Definition at line 58 of file water_reduction.h.