BioCMAMC-ST
Core::SimulationParameters Struct Reference

#include <simulation_parameters.hpp>

Static Public Member Functions

static SimulationParameters m_default ()
 
static SimulationParameters init (const UserControlParameters &user_params)
 

Public Attributes

double d_t
 
size_t n_species
 
std::vector< std::string > flow_files
 
uint64_t number_particle
 
bool verbose
 
size_t n_different_maps
 
size_t n_compartments
 
bool is_two_phase_flow = true
 
size_t n_per_flowmap
 
std::string results_file_name
 
double t_per_flow_map
 
uint32_t number_exported_result
 
double biomass_initial_concentration
 
double final_time
 

Member Function Documentation

◆ init()

SimulationParameters Core::SimulationParameters::init ( const UserControlParameters & user_params)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ m_default()

SimulationParameters Core::SimulationParameters::m_default ( )
static
Here is the caller graph for this function:

Member Data Documentation

◆ biomass_initial_concentration

double Core::SimulationParameters::biomass_initial_concentration

◆ d_t

double Core::SimulationParameters::d_t

◆ final_time

double Core::SimulationParameters::final_time

◆ flow_files

std::vector<std::string> Core::SimulationParameters::flow_files

◆ is_two_phase_flow

bool Core::SimulationParameters::is_two_phase_flow = true

◆ n_compartments

size_t Core::SimulationParameters::n_compartments

◆ n_different_maps

size_t Core::SimulationParameters::n_different_maps

◆ n_per_flowmap

size_t Core::SimulationParameters::n_per_flowmap

◆ n_species

size_t Core::SimulationParameters::n_species

◆ number_exported_result

uint32_t Core::SimulationParameters::number_exported_result

◆ number_particle

uint64_t Core::SimulationParameters::number_particle

◆ results_file_name

std::string Core::SimulationParameters::results_file_name

◆ t_per_flow_map

double Core::SimulationParameters::t_per_flow_map

◆ verbose

bool Core::SimulationParameters::verbose

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