AGA8 WebAssembly
1.0
bindings for AGA8 gas properties calculations
|
Data Fields | |
xGrs | xGrs |
double | Mm |
double | HCH |
double | HN |
int | ierr |
std::string | herr |
Definition at line 285 of file bindings.cpp.
double GrossMethod1Result::HCH |
Molar ideal gross heating value of the equivalent hydrocarbon (kJ/mol) at 298.15 K
Definition at line 289 of file bindings.cpp.
Referenced by EMSCRIPTEN_BINDINGS().
std::string GrossMethod1Result::herr |
Error message if ierr is not equal to zero
Definition at line 292 of file bindings.cpp.
Referenced by EMSCRIPTEN_BINDINGS().
double GrossMethod1Result::HN |
Molar ideal gross heating value of the mixture (kJ/mol) at 298.15 K
Definition at line 290 of file bindings.cpp.
Referenced by EMSCRIPTEN_BINDINGS().
int GrossMethod1Result::ierr |
Error number (0 indicates no error)
Definition at line 291 of file bindings.cpp.
Referenced by EMSCRIPTEN_BINDINGS().
double GrossMethod1Result::Mm |
Molar mass (g/mol)
Definition at line 288 of file bindings.cpp.
Referenced by EMSCRIPTEN_BINDINGS().
xGrs GrossMethod1Result::xGrs |
Compositions of the equivalent hydrocarbon, nitrogen, and CO2 (mole fractions)
Definition at line 287 of file bindings.cpp.
Referenced by EMSCRIPTEN_BINDINGS().