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

Input data for the flow meter measurement method. More...

#include <natural_gas_reduction.h>

Public Attributes

double flow_rate = 0.0
 Gas flow rate measured by the flow meter \([\unit{\cubicFoot\per\hour}]\).
 

Detailed Description

Used when natural gas flow is measured directly by a flow meter. The flow rate is combined with operating hours and units to calculate annual energy use.

See also
Flow Meter Energy Use Formula

Definition at line 31 of file natural_gas_reduction.h.

Member Data Documentation

◆ flow_rate

double natural_gas_reduction::FlowMeterMethodData::flow_rate = 0.0

Definition at line 32 of file natural_gas_reduction.h.


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