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
gas_flue_gas_material_data::GasFlueGasMaterial Struct Reference

Struct to hold default flue gas material data. More...

#include <gas_flue_gas_material_data.h>

Public Attributes

std::string substance
 
double ch4
 
double c2h6
 
double n2
 
double h2
 
double c3h8
 
double c4h10_cnh2n
 
double h2o
 
double co
 
double co2
 
double so2
 
double o2
 
double heating_value
 
double heating_value_volume
 
double specific_gravity
 

Detailed Description

Parameters
substanceName of the flue gas material
ch4Methane (CH4) percent by volume
c2h6Ethane (C2H6) percent by volume
n2Nitrogen (N2) percent by volume
h2Hydrogen (H2) percent by volume
c3h8Propane (C3H8) percent by volume
c4h10_cnh2nButane/Paraffins (C4H10/CnH2n) percent by volume
h2oWater vapor (H2O) percent by volume
coCarbon monoxide (CO) percent by volume
co2Carbon dioxide (CO2) percent by volume
so2Sulphur dioxide (SO2) percent by volume
o2Oxygen (O2) percent by volume
heating_valueHeating value (Btu/SCF)
heating_value_volumeHeating value (Btu/ft3)
specific_gravitySpecific gravity (dimensionless)

Definition at line 38 of file gas_flue_gas_material_data.h.

Member Data Documentation

◆ c2h6

double gas_flue_gas_material_data::GasFlueGasMaterial::c2h6

Definition at line 41 of file gas_flue_gas_material_data.h.

◆ c3h8

double gas_flue_gas_material_data::GasFlueGasMaterial::c3h8

Definition at line 44 of file gas_flue_gas_material_data.h.

◆ c4h10_cnh2n

double gas_flue_gas_material_data::GasFlueGasMaterial::c4h10_cnh2n

Definition at line 45 of file gas_flue_gas_material_data.h.

◆ ch4

double gas_flue_gas_material_data::GasFlueGasMaterial::ch4

Definition at line 40 of file gas_flue_gas_material_data.h.

◆ co

double gas_flue_gas_material_data::GasFlueGasMaterial::co

Definition at line 47 of file gas_flue_gas_material_data.h.

◆ co2

double gas_flue_gas_material_data::GasFlueGasMaterial::co2

Definition at line 48 of file gas_flue_gas_material_data.h.

◆ h2

double gas_flue_gas_material_data::GasFlueGasMaterial::h2

Definition at line 43 of file gas_flue_gas_material_data.h.

◆ h2o

double gas_flue_gas_material_data::GasFlueGasMaterial::h2o

Definition at line 46 of file gas_flue_gas_material_data.h.

◆ heating_value

double gas_flue_gas_material_data::GasFlueGasMaterial::heating_value

Definition at line 51 of file gas_flue_gas_material_data.h.

◆ heating_value_volume

double gas_flue_gas_material_data::GasFlueGasMaterial::heating_value_volume

Definition at line 52 of file gas_flue_gas_material_data.h.

◆ n2

double gas_flue_gas_material_data::GasFlueGasMaterial::n2

Definition at line 42 of file gas_flue_gas_material_data.h.

◆ o2

double gas_flue_gas_material_data::GasFlueGasMaterial::o2

Definition at line 50 of file gas_flue_gas_material_data.h.

◆ so2

double gas_flue_gas_material_data::GasFlueGasMaterial::so2

Definition at line 49 of file gas_flue_gas_material_data.h.

◆ specific_gravity

double gas_flue_gas_material_data::GasFlueGasMaterial::specific_gravity

Definition at line 53 of file gas_flue_gas_material_data.h.

◆ substance

std::string gas_flue_gas_material_data::GasFlueGasMaterial::substance

Definition at line 39 of file gas_flue_gas_material_data.h.


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