1 #ifndef DEFAULT_CELL_CHEMISTRY_WORTEL_H_INCLUDED
2 #define DEFAULT_CELL_CHEMISTRY_WORTEL_H_INCLUDED
29 namespace CellChemistry {
46 void operator()(
Cell* cell,
double* dchem);
51 double m_aux_breakdown;
52 double m_aux_production;
53 double m_aux_shy2_breakdown;
56 double m_ck_breakdown;
57 double m_ck_shy2_production;
60 double m_ga_breakdown;
61 double m_ga_production;
64 double m_shy2_breakdown;
65 double m_shy2_production;
73 #endif // end_include_of_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 for Wortel model.