AGA8 WebAssembly
1.0
bindings for AGA8 gas properties calculations
|
Data Fields | |
xGrs | xGrs |
double | Gr |
double | HN |
double | HCH |
int | ierr |
std::string | herr |
Definition at line 267 of file bindings.cpp.
double GrossInputsResult::Gr |
Relative density at T and P
Definition at line 270 of file bindings.cpp.
Referenced by EMSCRIPTEN_BINDINGS().
double GrossInputsResult::HCH |
Molar ideal gross heating value of the equivalent hydrocarbon (kJ/mol) at 298.15 K
Definition at line 272 of file bindings.cpp.
Referenced by EMSCRIPTEN_BINDINGS().
std::string GrossInputsResult::herr |
Error message if ierr is not equal to zero
Definition at line 274 of file bindings.cpp.
Referenced by EMSCRIPTEN_BINDINGS().
double GrossInputsResult::HN |
Molar ideal gross heating value of the mixture (kJ/mol) at 298.15 K
Definition at line 271 of file bindings.cpp.
Referenced by EMSCRIPTEN_BINDINGS().
int GrossInputsResult::ierr |
Error number (0 indicates no error)
Definition at line 273 of file bindings.cpp.
Referenced by EMSCRIPTEN_BINDINGS().
xGrs GrossInputsResult::xGrs |
Compositions of the equivalent hydrocarbon, nitrogen, and CO2 (mole fractions)
Definition at line 269 of file bindings.cpp.
Referenced by EMSCRIPTEN_BINDINGS().