29 namespace WallChemistry {
31 Meinhardt::Meinhardt()
32 : m_chemical_count(0U)
45 auto& p = m_cd.m_parameters;
47 m_chemical_count = p->get<
unsigned int>(
"model.cell_chemical_count");
52 for (
unsigned int c = 0; c < m_chemical_count; c++) {
Core data with mesh, parameters, random engine and time data.
Namespace for components of the Default model group.
void operator()(Wall *w, double *dw1, double *dw2)
Execute.
Meinhardt()
Set up empty object.
WallChemistry for Meinhardt model.
Meinhardt version of wall chemistry.
void Initialize(const CoreData &cd)
Initialize from ptree.
A cell wall, runs between cell corner points and consists of wall elements.