AGA8 WebAssembly
1.0
bindings for AGA8 gas properties calculations
|
Data Fields | |
double | B |
double | C |
int | ierr |
std::string | herr |
Definition at line 277 of file bindings.cpp.
double BmixResult::B |
Second virial coefficient (dm^3/mol)
Definition at line 279 of file bindings.cpp.
Referenced by EMSCRIPTEN_BINDINGS().
double BmixResult::C |
Third virial coefficient (dm^6/mol^2)
Definition at line 280 of file bindings.cpp.
Referenced by EMSCRIPTEN_BINDINGS().
std::string BmixResult::herr |
Error message if ierr is not equal to zero
Definition at line 282 of file bindings.cpp.
Referenced by EMSCRIPTEN_BINDINGS().
int BmixResult::ierr |
Error number (0 indicates no error)
Definition at line 281 of file bindings.cpp.
Referenced by EMSCRIPTEN_BINDINGS().