1 #ifndef DEFAULT_CELL_CHEMISTRY_PINFLUX_H_INCLUDED
2 #define DEFAULT_CELL_CHEMISTRY_PINFLUX_H_INCLUDED
30 namespace CellChemistry {
47 void operator()(
Cell* cell,
double* dchem);
51 double SumFluxFromWalls(
Cell* cell);
54 double Flux(
Cell* this_cell,
Cell* adjacent_cell,
Wall* w);
68 #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.
Implements PINFlux model for cell chemistry.
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.