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::MeteredFlowMethodData Struct Reference

Input data for the metered flow measurement method. More...

#include <water_reduction.h>

Public Attributes

double meter_reading = 0.0
 Instantaneous flow rate from the meter \([\unit{\gallon\per\minute}]\).
 

Detailed Description

Used when water use is measured with a continuous flow meter. The meter reading is combined with operating hours to calculate annual water use.

See also
Metered Flow Water Use Formula

Definition at line 30 of file water_reduction.h.

Member Data Documentation

◆ meter_reading

double water_reduction::MeteredFlowMethodData::meter_reading = 0.0

Definition at line 31 of file water_reduction.h.


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