#include <gas_flue_gas_material.h>
|
| | GasProperties (std::function< double(double t)> specificHeat, const double molecularWeight, const double specificWeight, const double compPercent, const double compByVol, const int o2Generated, const int heatingValue, const int heatingValueVolume, const double h2oGenerated, const double co2Generated) |
| |
Gas Properties class Contains all of the properties of a gas.
Definition at line 25 of file gas_flue_gas_material.h.
◆ GasProperties()
| GasProperties::GasProperties |
( |
std::function< double(double t)> |
specificHeat, |
|
|
const double |
molecularWeight, |
|
|
const double |
specificWeight, |
|
|
const double |
compPercent, |
|
|
const double |
compByVol, |
|
|
const int |
o2Generated, |
|
|
const int |
heatingValue, |
|
|
const int |
heatingValueVolume, |
|
|
const double |
h2oGenerated, |
|
|
const double |
co2Generated |
|
) |
| |
|
inline |
Constructor
- Parameters
-
| specificHeat | double, specific heat in btu/(lb*°F) |
| molecularWeight | double, molecular weight in g/mol |
| specificWeight | double, specific weight in lb/scf |
| compPercent | double, composition percent as % |
| compByVol | double, composition by volume as % |
| o2Generated | double, O2 generated in g/mol |
| heatingValue | int, heating value in btu/lb |
| heatingValueVolume | int, heating value in Btu/scf |
| h2oGenerated | double, H2O generated in g/mol |
| co2Generated | double, CO2 generated in g/mol |
Definition at line 41 of file gas_flue_gas_material.h.
◆ GasCompositions
◆ co2Generated
| const double GasProperties::co2Generated |
|
private |
◆ compAdjByVol
| const double GasProperties::compAdjByVol |
|
private |
◆ compByVol
| const double GasProperties::compByVol |
|
private |
◆ compByWeight
| double GasProperties::compByWeight = 0 |
|
private |
◆ h2oGenerated
| const double GasProperties::h2oGenerated |
|
private |
◆ heatingValue
| const int GasProperties::heatingValue |
|
private |
◆ heatingValueVolume
| const int GasProperties::heatingValueVolume |
|
private |
◆ molecularWeight
| const double GasProperties::molecularWeight |
|
private |
◆ o2Generated
| const int GasProperties::o2Generated |
|
private |
◆ so2Generated
| const int GasProperties::so2Generated = 0 |
|
private |
◆ specificHeat
| const std::function<double(double t)> GasProperties::specificHeat |
|
private |
◆ specificWeight
| const double GasProperties::specificWeight |
|
private |
The documentation for this class was generated from the following file: