|
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.
|
Input data for the water mass flow measurement method. More...
#include <natural_gas_reduction.h>
Public Attributes | |
| double | water_flow = 0.0 |
| Water flow rate \([\unit{\gallon\per\minute}]\). | |
| double | inlet_temperature = 0.0 |
| Inlet water temperature \([\unit{\degreeF}]\). | |
| double | outlet_temperature = 0.0 |
| Outlet water temperature \([\unit{\degreeF}]\). | |
| double | system_efficiency = 1.0 |
| System efficiency \([\unit{\unitless}]\). | |
Used when natural gas energy use is estimated from the heat transferred to a water stream, calculated from the water flow rate and temperature differential.
Definition at line 97 of file natural_gas_reduction.h.
| double natural_gas_reduction::WaterMassFlowData::inlet_temperature = 0.0 |
Definition at line 99 of file natural_gas_reduction.h.
| double natural_gas_reduction::WaterMassFlowData::outlet_temperature = 0.0 |
Definition at line 100 of file natural_gas_reduction.h.
| double natural_gas_reduction::WaterMassFlowData::system_efficiency = 1.0 |
Definition at line 101 of file natural_gas_reduction.h.
| double natural_gas_reduction::WaterMassFlowData::water_flow = 0.0 |
Definition at line 98 of file natural_gas_reduction.h.