|
AGA8 WebAssembly
1.0
bindings for AGA8 gas properties calculations
|
Structure to hold the results of density calculations. More...
Data Fields | |
| double | D |
| int | ierr |
| std::string | herr |
Structure to hold the results of density calculations.
Definition at line 128 of file bindings.cpp.
| double DensityResult::D |
D Density in mol/L
Definition at line 130 of file bindings.cpp.
Referenced by EMSCRIPTEN_BINDINGS().
| std::string DensityResult::herr |
herr Error message string describing the error if ierr is non-zero
Definition at line 132 of file bindings.cpp.
Referenced by EMSCRIPTEN_BINDINGS().
| int DensityResult::ierr |
ierr Error flag (0 = success, non-zero = error)
Definition at line 131 of file bindings.cpp.
Referenced by EMSCRIPTEN_BINDINGS().