AGA8 WebAssembly  1.0
bindings for AGA8 gas properties calculations
Loading...
Searching...
No Matches
DensityResult Struct Reference

Structure to hold the results of density calculations. More...

Collaboration diagram for DensityResult:

Data Fields

double D
 
int ierr
 
std::string herr
 

Detailed Description

Structure to hold the results of density calculations.

Definition at line 128 of file bindings.cpp.

Field Documentation

◆ D

double DensityResult::D

D Density in mol/L

Definition at line 130 of file bindings.cpp.

Referenced by EMSCRIPTEN_BINDINGS().

◆ herr

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().

◆ ierr

int DensityResult::ierr

ierr Error flag (0 = success, non-zero = error)

Definition at line 131 of file bindings.cpp.

Referenced by EMSCRIPTEN_BINDINGS().


The documentation for this struct was generated from the following file: