1 #ifndef DEFAULT_CELL_CHEMISTRY_PINFLUX2_H_INCLUDED
2 #define DEFAULT_CELL_CHEMISTRY_PINFLUX2_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);
58 double m_aux_breakdown;
69 #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.
Slightly different PINFlux model for cell chemistry.
A cell wall, runs between cell corner points and consists of wall elements.