BioCMAMC-ST
|
Structure to store information about the reactor state during simulation. More...
#include <iteration_state.hpp>
Public Attributes | |
CmaUtils::PreCalculatedHydroState * | liq |
Pointer to the liquid phase hydrodynamic state. | |
CmaUtils::PreCalculatedHydroState * | gas |
Pointer to the gas phase hydrodynamic state. | |
NeighborsView< HostSpace > | neighbors |
View of neighboring compartments. | |
std::unordered_map< std::string, std::span< const double > > | infos |
Additional information mapped by string keys. | |
Structure to store information about the reactor state during simulation.
This structure holds data that is not directly calculated by the program but is derived from compartment properties.
CmaUtils::PreCalculatedHydroState* CmaUtils::IterationState::gas |
Pointer to the gas phase hydrodynamic state.
std::unordered_map<std::string, std::span<const double> > CmaUtils::IterationState::infos |
Additional information mapped by string keys.
CmaUtils::PreCalculatedHydroState* CmaUtils::IterationState::liq |
Pointer to the liquid phase hydrodynamic state.
NeighborsView<HostSpace> CmaUtils::IterationState::neighbors |
View of neighboring compartments.