26 namespace CellChemistry {
29 using boost::property_tree::ptree;
39 const auto& p = m_cd.m_parameters->get_child(
"auxin_transport");
41 m_tip_source = p.get<
double>(
"leaf_tip_source");
46 if (cell->GetCellType() == 1) {
47 dchem[0] = m_tip_source;
Core data with mesh, parameters, random engine and time data.
A cell contains walls and nodes.
void operator()(Cell *cell, double *dchem)
Execute.
Namespace for components of the Default model group.
CellChemistry for Source model.
void Initialize(const CoreData &cd)
Initialize or re-initialize.
Source(const CoreData &cd)
Initializing constructor.