|
| | GasProperties (std::function< double(double t)> specific_heat, double molecular_weight, double specific_weight, double composition_percent, double composition_by_volume, double o2_generated, double heating_value, double heating_value_volume, double h2o_generated, double co2_generated) |
| |
| void | setCompositionWeightFraction (double total_weight) |
| |
Definition at line 5 of file gas_properties.h.
◆ GasProperties()
| gas_properties::GasProperties::GasProperties |
( |
std::function< double(double t)> |
specific_heat, |
|
|
double |
molecular_weight, |
|
|
double |
specific_weight, |
|
|
double |
composition_percent, |
|
|
double |
composition_by_volume, |
|
|
double |
o2_generated, |
|
|
double |
heating_value, |
|
|
double |
heating_value_volume, |
|
|
double |
h2o_generated, |
|
|
double |
co2_generated |
|
) |
| |
|
inline |
◆ setCompositionWeightFraction()
| void gas_properties::GasProperties::setCompositionWeightFraction |
( |
double |
total_weight | ) |
|
|
inline |
◆ co2_generated
| double gas_properties::GasProperties::co2_generated |
◆ composition_by_volume
| double gas_properties::GasProperties::composition_by_volume |
◆ composition_percent
| double gas_properties::GasProperties::composition_percent |
◆ composition_weight
| double gas_properties::GasProperties::composition_weight |
◆ composition_weight_fraction
| double gas_properties::GasProperties::composition_weight_fraction |
◆ h2o_generated
| double gas_properties::GasProperties::h2o_generated |
◆ heating_value
| double gas_properties::GasProperties::heating_value |
◆ heating_value_volume
| double gas_properties::GasProperties::heating_value_volume |
◆ molecular_weight
| double gas_properties::GasProperties::molecular_weight |
◆ o2_generated
| double gas_properties::GasProperties::o2_generated |
◆ specific_heat
| std::function<double(double t)> gas_properties::GasProperties::specific_heat |
◆ specific_weight
| double gas_properties::GasProperties::specific_weight |
The documentation for this class was generated from the following file: