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
flow_calculations_energy_use::FlowCalculationsEnergyUseResults Struct Reference

Results of the flow calculations energy use. More...

#include <flow_calculations_energy_use.h>

Public Attributes

double flow_per_hour = 0
 Flow rate \([\unit{SCF/hr}]\).
 
double heat_input = 0
 Heat input \([\unit{MMBtu}]\).
 
double total_flow = 0
 Total flow \([\unit{SCF}]\).
 

Detailed Description

Contains output values for flow rate, heat input, and total flow.

Definition at line 26 of file flow_calculations_energy_use.h.

Member Data Documentation

◆ flow_per_hour

double flow_calculations_energy_use::FlowCalculationsEnergyUseResults::flow_per_hour = 0

Definition at line 27 of file flow_calculations_energy_use.h.

◆ heat_input

double flow_calculations_energy_use::FlowCalculationsEnergyUseResults::heat_input = 0

Definition at line 28 of file flow_calculations_energy_use.h.

◆ total_flow

double flow_calculations_energy_use::FlowCalculationsEnergyUseResults::total_flow = 0

Definition at line 29 of file flow_calculations_energy_use.h.


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