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

Output data for a water reduction calculation. More...

#include <water_reduction.h>

Public Attributes

double water_use = 0.0
 Annual water use \([\unit{\gallon\per\year}]\).
 
double water_cost = 0.0
 Annual water cost \([\unit{\dollar\per\year}]\).
 

Detailed Description

Contains the accumulated annual water use and annual water cost across all measures passed to waterReduction, or the individual result from a single-method helper function.

Definition at line 112 of file water_reduction.h.

Member Data Documentation

◆ water_cost

double water_reduction::WaterReductionOutput::water_cost = 0.0

Definition at line 114 of file water_reduction.h.

◆ water_use

double water_reduction::WaterReductionOutput::water_use = 0.0

Definition at line 113 of file water_reduction.h.


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