|
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.
|
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}]\). | |
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.
| double water_reduction::WaterReductionOutput::water_cost = 0.0 |
Definition at line 114 of file water_reduction.h.
| double water_reduction::WaterReductionOutput::water_use = 0.0 |
Definition at line 113 of file water_reduction.h.