|
AGA8 WebAssembly
1.0
bindings for AGA8 gas properties calculations
|
Data Fields | |
| double | P |
| double | Z |
| double | dPdD |
| double | d2PdD2 |
| double | d2PdTD |
| double | dPdT |
| double | U |
| double | H |
| double | S |
| double | Cv |
| double | Cp |
| double | W |
| double | G |
| double | JT |
| double | Kappa |
| double | Cf |
Definition at line 157 of file bindings.cpp.
| double PropertiesDetailResult::Cf |
Critical flow factor
Definition at line 174 of file bindings.cpp.
Referenced by EMSCRIPTEN_BINDINGS().
| double PropertiesDetailResult::Cp |
Isobaric heat capacity
Definition at line 169 of file bindings.cpp.
Referenced by EMSCRIPTEN_BINDINGS().
| double PropertiesDetailResult::Cv |
Isochoric heat capacity
Definition at line 168 of file bindings.cpp.
Referenced by EMSCRIPTEN_BINDINGS().
| double PropertiesDetailResult::d2PdD2 |
Second derivative of pressure with respect to density
Definition at line 162 of file bindings.cpp.
Referenced by EMSCRIPTEN_BINDINGS().
| double PropertiesDetailResult::d2PdTD |
Mixed derivative of pressure with respect to temperature and density
Definition at line 163 of file bindings.cpp.
Referenced by EMSCRIPTEN_BINDINGS().
| double PropertiesDetailResult::dPdD |
Derivative of pressure with respect to density
Definition at line 161 of file bindings.cpp.
Referenced by EMSCRIPTEN_BINDINGS().
| double PropertiesDetailResult::dPdT |
Derivative of pressure with respect to temperature
Definition at line 164 of file bindings.cpp.
Referenced by EMSCRIPTEN_BINDINGS().
| double PropertiesDetailResult::G |
| double PropertiesDetailResult::H |
| double PropertiesDetailResult::JT |
Joule-Thomson coefficient
Definition at line 172 of file bindings.cpp.
Referenced by EMSCRIPTEN_BINDINGS().
| double PropertiesDetailResult::Kappa |
Isothermal compressibility
Definition at line 173 of file bindings.cpp.
Referenced by EMSCRIPTEN_BINDINGS().
| double PropertiesDetailResult::P |
| double PropertiesDetailResult::S |
| double PropertiesDetailResult::U |
| double PropertiesDetailResult::W |
| double PropertiesDetailResult::Z |
Compressibility factor
Definition at line 160 of file bindings.cpp.
Referenced by EMSCRIPTEN_BINDINGS().