BioCMAMC-ST
|
Represents localized concentration data for specific compartments. More...
#include <scalar_factory.hpp>
Public Attributes | |
std::vector< double > | liquid_concentrations |
Vector of liquid phase concentrations for specified compartments. | |
std::vector< size_t > | liquid_indices |
Vector of indices corresponding to compartments with specified liquid concentrations. | |
std::optional< std::vector< double > > | gas_concentration = std::nullopt |
Optional vector of gas phase concentrations, applied to specific compartments if provided. | |
std::optional< std::vector< size_t > > | gas_indices = std::nullopt |
Optional vector of indices corresponding to compartments with specified gas concentrations. | |
Represents localized concentration data for specific compartments.
std::optional<std::vector<double> > Core::ScalarFactory::Local::gas_concentration = std::nullopt |
Optional vector of gas phase concentrations, applied to specific compartments if provided.
std::optional<std::vector<size_t> > Core::ScalarFactory::Local::gas_indices = std::nullopt |
Optional vector of indices corresponding to compartments with specified gas concentrations.
std::vector<double> Core::ScalarFactory::Local::liquid_concentrations |
Vector of liquid phase concentrations for specified compartments.
std::vector<size_t> Core::ScalarFactory::Local::liquid_indices |
Vector of indices corresponding to compartments with specified liquid concentrations.