AGA8 WebAssembly
1.0
bindings for AGA8 gas properties calculations
|
Data Fields | |
xGrs | xGrs |
double | Hv |
double | Mm |
double | HCH |
double | HN |
int | ierr |
std::string | herr |
Definition at line 295 of file bindings.cpp.
double GrossMethod2Result::HCH |
Molar ideal gross heating value of the equivalent hydrocarbon (kJ/mol) at 298.15 K
Definition at line 300 of file bindings.cpp.
Referenced by EMSCRIPTEN_BINDINGS().
std::string GrossMethod2Result::herr |
Error message if ierr is not equal to zero
Definition at line 303 of file bindings.cpp.
Referenced by EMSCRIPTEN_BINDINGS().
double GrossMethod2Result::HN |
Molar ideal gross heating value of the mixture (kJ/mol) at 298.15 K
Definition at line 301 of file bindings.cpp.
Referenced by EMSCRIPTEN_BINDINGS().
double GrossMethod2Result::Hv |
Volumetric ideal gross heating value (MJ/m^3) at Th
Definition at line 298 of file bindings.cpp.
Referenced by EMSCRIPTEN_BINDINGS().
int GrossMethod2Result::ierr |
Error number (0 indicates no error)
Definition at line 302 of file bindings.cpp.
Referenced by EMSCRIPTEN_BINDINGS().
double GrossMethod2Result::Mm |
Molar mass (g/mol)
Definition at line 299 of file bindings.cpp.
Referenced by EMSCRIPTEN_BINDINGS().
xGrs GrossMethod2Result::xGrs |
Compositions of the equivalent hydrocarbon, nitrogen, and CO2 (mole fractions)
Definition at line 297 of file bindings.cpp.
Referenced by EMSCRIPTEN_BINDINGS().