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
natural_gas_reduction::WaterMassFlowData Struct Reference

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

Detailed Description

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.

See also
Water Mass Flow Energy Use Formula

Definition at line 97 of file natural_gas_reduction.h.

Member Data Documentation

◆ inlet_temperature

double natural_gas_reduction::WaterMassFlowData::inlet_temperature = 0.0

Definition at line 99 of file natural_gas_reduction.h.

◆ outlet_temperature

double natural_gas_reduction::WaterMassFlowData::outlet_temperature = 0.0

Definition at line 100 of file natural_gas_reduction.h.

◆ system_efficiency

double natural_gas_reduction::WaterMassFlowData::system_efficiency = 1.0

Definition at line 101 of file natural_gas_reduction.h.

◆ water_flow

double natural_gas_reduction::WaterMassFlowData::water_flow = 0.0

Definition at line 98 of file natural_gas_reduction.h.


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