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

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

Detailed Description

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.

See also
Volume Meter Water Use Formula

Definition at line 43 of file water_reduction.h.

Member Data Documentation

◆ elapsed_time

double water_reduction::VolumeMeterMethodData::elapsed_time = 0.0

Definition at line 46 of file water_reduction.h.

◆ final_meter_reading

double water_reduction::VolumeMeterMethodData::final_meter_reading = 0.0

Definition at line 44 of file water_reduction.h.

◆ initial_meter_reading

double water_reduction::VolumeMeterMethodData::initial_meter_reading = 0.0

Definition at line 45 of file water_reduction.h.


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