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.
Loading...
Searching...
No Matches
Public Attributes | List of all members
water_reduction::BucketMethodData Struct Reference

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}]\).
 

Detailed Description

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.

See also
Bucket Method Water Use Formula

Definition at line 57 of file water_reduction.h.

Member Data Documentation

◆ bucket_fill_time

double water_reduction::BucketMethodData::bucket_fill_time = 0.0

Definition at line 59 of file water_reduction.h.

◆ bucket_volume

double water_reduction::BucketMethodData::bucket_volume = 0.0

Definition at line 58 of file water_reduction.h.


The documentation for this struct was generated from the following file: