![]() |
AMO-Tools-Suite
v.0.9.0
Set of tools for calculating energy efficiency in industrial equipment
|
#include <GasFlueGasMaterial.h>
Public Member Functions | |
GasCompositions (std::string substance, const double CH4, const double C2H6, const double N2, const double H2, const double C3H8, const double C4H10_CnH2n, const double H2O, const double CO, const double CO2, const double SO2, const double O2) | |
double | getGasByVol (const std::string &gasName) const |
double | getHeatingValue () const |
double | getHeatingValueVolume () const |
double | getSpecificGravity () const |
double | getStoichometricAir () const |
double | calculateExcessAir (double flueGasO2) |
double | calculateO2 (double excessAir) |
std::string | getSubstance () const |
int | getID () const |
void | setID (const int id) |
GasCompositions (std::string substance, const double CH4, const double C2H6, const double N2, const double H2, const double C3H8, const double C4H10_CnH2n, const double H2O, const double CO, const double CO2, const double SO2, const double O2) | |
double | getGasByVol (const std::string &gasName) const |
double | getHeatingValue () const |
double | getHeatingValueVolume () const |
double | getSpecificGravity () const |
double | getStoichometricAir () const |
double | calculateExcessAir (double flueGasO2) |
double | calculateO2 (double excessAir) |
std::string | getSubstance () const |
int | getID () const |
void | setID (const int id) |
GasCompositions (std::string substance, const double CH4, const double C2H6, const double N2, const double H2, const double C3H8, const double C4H10_CnH2n, const double H2O, const double CO, const double CO2, const double SO2, const double O2) | |
double | getGasByVol (const std::string &gasName) const |
double | getHeatingValue () const |
double | getHeatingValueVolume () const |
double | getSpecificGravity () const |
double | getStoichometricAir () const |
double | calculateExcessAir (double flueGasO2) |
double | calculateO2 (double excessAir) |
std::string | getSubstance () const |
int | getID () const |
void | setID (const int id) |
Friends | |
class | GasFlueGasMaterial |
class | SQLite |
Gas Compositions class Contains the gas compositions of a gas mixture.
Definition at line 74 of file GasFlueGasMaterial.h.
|
inline |
Constructor for GasCompositions with which flue gas losses will be calculated. All molecule parameters are the percentage of that molecule present in the fuel
substance | name - string |
CH4 | % - double |
C2H6 | % - double |
N2 | % - double |
H2 | % - double |
C3H8 | % - double |
C4H10_CnH2n | % - double |
H2O | % - double |
CO | % - double |
CO2 | % - double |
SO2 | % - double |
O2 | % - double |
Definition at line 94 of file GasFlueGasMaterial.h.
|
inline |
Constructor for GasCompositions with which flue gas losses will be calculated. All molecule parameters are the percentage of that molecule present in the fuel
substance | name - string |
CH4 | % - double |
C2H6 | % - double |
N2 | % - double |
H2 | % - double |
C3H8 | % - double |
C4H10_CnH2n | % - double |
H2O | % - double |
CO | % - double |
CO2 | % - double |
SO2 | % - double |
O2 | % - double |
Definition at line 94 of file GasFlueGasMaterial.h.
|
inline |
Constructor for GasCompositions with which flue gas losses will be calculated. All molecule parameters are the percentage of that molecule present in the fuel
substance | name - string |
CH4 | % - double |
C2H6 | % - double |
N2 | % - double |
H2 | % - double |
C3H8 | % - double |
C4H10_CnH2n | % - double |
H2O | % - double |
CO | % - double |
CO2 | % - double |
SO2 | % - double |
O2 | % - double |
Definition at line 94 of file GasFlueGasMaterial.h.
|
inline |
Gets the gas by its name
gasName | const string, name of gas |
Definition at line 138 of file GasFlueGasMaterial.h.
|
inline |
Gets the gas by its name
gasName | const string, name of gas |
Definition at line 138 of file GasFlueGasMaterial.h.
|
inline |
Gets the gas by its name
gasName | const string, name of gas |
Definition at line 138 of file GasFlueGasMaterial.h.
|
inline |
|
inline |
|
inline |
std::string GasCompositions::getSubstance | ( | ) | const |
Gets the name of substance
Definition at line 13 of file GasFlueGasMaterial.cpp.
std::string GasCompositions::getSubstance | ( | ) | const |
Gets the name of substance
std::string GasCompositions::getSubstance | ( | ) | const |
Gets the name of substance
|
inline |
Sets the ID of gas
id | const int, ID number for gas |
Definition at line 172 of file GasFlueGasMaterial.h.
|
inline |
Sets the ID of gas
id | const int, ID number for gas |
Definition at line 172 of file GasFlueGasMaterial.h.
|
inline |
Sets the ID of gas
id | const int, ID number for gas |
Definition at line 172 of file GasFlueGasMaterial.h.