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

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

#include <steam_reduction.h>

Public Attributes

double flow_rate = 0.0
 Flow rate (water \([\unit{m^3\per\minute}]\), steam \([\unit{kg\per\hour}]\))
 

Detailed Description

Used when steam or water use is measured with a flow meter. The flow rate is combined with operating hours, units, and system efficiency to calculate steam use.

See also
Flow Meter Method Formula

Definition at line 58 of file steam_reduction.h.

Member Data Documentation

◆ flow_rate

double steam_reduction::FlowMeterMethodData::flow_rate = 0.0

Definition at line 59 of file steam_reduction.h.


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