1 #ifndef DEFAULT_CELL_TO_CELL_TRANSPORT_TEST_COUPLING_H_INCLUDED
2 #define DEFAULT_CELL_TO_CELL_TRANSPORT_TEST_COUPLING_H_INCLUDED
30 namespace CellToCellTransport {
47 void operator()(
Wall* w,
double* dchem_c1,
double* dchem_c2);
51 unsigned int m_chemical_count;
52 std::vector<double> m_D;
56 bool m_has_boundary_condition;
62 #endif // include guard
Core data with mesh, parameters, random engine and time data.
Core data used during model execution.
Interface of Model Components.
Namespace for components of the Default model group.
std::function< void(Wall *w, double *dchem_c1, double *dchem_c2)> CellToCellTransportBoundaryComponent
CellToCellTransport boundary condition component interface.
Namespace for the core simulator.
CellToCellTransport component for the TestCoupling model.
A cell wall, runs between cell corner points and consists of wall elements.