1 #ifndef DEFAULT_WALL_CHEMISTRY_BASIC_H_INCLUDED
2 #define DEFAULT_WALL_CHEMISTRY_BASIC_H_INCLUDED
30 namespace WallChemistry {
50 void operator()(
Wall* w,
double* dw1,
double* dw2);
54 double PINflux(
Cell* this_cell,
Cell* adjacent_cell,
Wall* w);
68 #endif // end_of_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.
A cell wall, runs between cell corner points and consists of wall elements.
Basic approach with PINflux to wall chemistry.