#include <MaterialProperties.h>
|
| enum | material {
O2 =0,
O,
N2,
CO,
CO2,
A,
H,
H2,
H2O,
CH4,
C2H4,
F,
F2,
HF,
numberOfMaterials
} |
| |
| enum | Units { ee =0,
msi,
si
} |
| |
| Enumerator |
|---|
| O2 |
|
| O |
|
| N2 |
|
| CO |
|
| CO2 |
|
| A |
|
| H |
|
| H2 |
|
| H2O |
|
| CH4 |
|
| C2H4 |
|
| F |
|
| F2 |
|
| HF |
|
| numberOfMaterials |
|
| MaterialProperties::MaterialProperties |
( |
const Units |
unitsToUse = si | ) |
|
References CO, ee, F, F2, gramsPerKilogram, H, h(), H2, H2O, HF, i, m, msi, newtonMeterSquaredPerAtmosphere, numberOfMaterials, O2, printF(), R, s(), tRef, and units.
| MaterialProperties::~MaterialProperties |
( |
| ) |
|
| double MaterialProperties::cp |
( |
const material & |
m, |
|
|
const double |
t |
|
) |
| const |
|
inline |
| double MaterialProperties::h |
( |
const material & |
m, |
|
|
const double |
t |
|
) |
| const |
|
inline |
| double MaterialProperties::hF |
( |
const material & |
m, |
|
|
const double |
t |
|
) |
| const |
|
inline |
| double MaterialProperties::hMinusRef |
( |
const material & |
m, |
|
|
const double |
t |
|
) |
| const |
|
inline |
| double MaterialProperties::Kp |
( |
const material & |
m, |
|
|
const double |
t |
|
) |
| const |
|
inline |
| double MaterialProperties::lnKp |
( |
const material & |
m, |
|
|
const double |
t |
|
) |
| const |
|
inline |
| double MaterialProperties::logKp |
( |
const material & |
m, |
|
|
const double |
t |
|
) |
| const |
|
inline |
| double MaterialProperties::mw |
( |
const material & |
m | ) |
const |
|
inline |
| double MaterialProperties::s |
( |
const material & |
m, |
|
|
const double |
t |
|
) |
| const |
|
inline |
| double MaterialProperties::gramsPerKilogram |
| double MaterialProperties::newtonMeterSquaredPerAtmosphere |
| double MaterialProperties::R |
| double MaterialProperties::tRef |
| Units MaterialProperties::units |
The documentation for this class was generated from the following files: