SmartEquilibriumSolver::Grid Struct Reference
The temperature-pressure grid cells containing learned input-output data. More...
#include <SmartEquilibriumSolver.hpp>
Public Attributes | |
Map< Pair< long, long >, Cell > | cells |
The hash table used to access a temperature-pressure grid cell containing learned computations. More... | |
Detailed Description
The temperature-pressure grid cells containing learned input-output data.
Member Data Documentation
◆ cells
The hash table used to access a temperature-pressure grid cell containing learned computations.
Note the use of long
as number type for a temperature-pressure pairs. Temperatures and pressures are rounded to nearest checkpoints based on provided temperature/pressure step lengths for discretization.
The documentation for this struct was generated from the following file:
- Reaktoro/Equilibrium/SmartEquilibriumSolver.hpp