1 #ifndef DEFAULT_CELL_CHEMISTRY_TEST_COUPLING_H_INCLUDED
2 #define DEFAULT_CELL_CHEMISTRY_TEST_COUPLING_H_INCLUDED
29 namespace CellChemistry {
46 void operator()(
Cell* cell,
double* dchem);
50 double m_ch0_production;
51 double m_ch0_breakdown;
52 double m_ch1_production;
53 double m_ch1_breakdown;
59 #endif // include guard
Core data with mesh, parameters, random engine and time data.
A cell contains walls and nodes.
Core data used during model execution.
Namespace for components of the Default model group.
Namespace for the core simulator.
CellChemistry component for the TestCoupling model.