BioCMAMC-ST
Core::ScalarFactory::Local Struct Reference

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.
 

Detailed Description

Represents localized concentration data for specific compartments.

Member Data Documentation

◆ gas_concentration

std::optional<std::vector<double> > Core::ScalarFactory::Local::gas_concentration = std::nullopt

Optional vector of gas phase concentrations, applied to specific compartments if provided.

◆ gas_indices

std::optional<std::vector<size_t> > Core::ScalarFactory::Local::gas_indices = std::nullopt

Optional vector of indices corresponding to compartments with specified gas concentrations.

◆ liquid_concentrations

std::vector<double> Core::ScalarFactory::Local::liquid_concentrations

Vector of liquid phase concentrations for specified compartments.

◆ liquid_indices

std::vector<size_t> Core::ScalarFactory::Local::liquid_indices

Vector of indices corresponding to compartments with specified liquid concentrations.


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