1 #ifndef DEFAULT_CELL_HOUSEKEEP_MEINHARDT_H_INCLUDED
2 #define DEFAULT_CELL_HOUSEKEEP_MEINHARDT_H_INCLUDED
29 namespace CellHousekeep {
45 void operator()(
Cell* cell);
49 double m_cell_base_area;
50 double m_cell_expansion_rate;
51 unsigned int m_constituous_expansion_limit;
52 double m_division_ratio;
53 double m_elastic_modulus;
54 double m_response_time;
56 double m_vessel_expansion_rate;
57 double m_vessel_inh_level;
58 double m_viscosity_const;
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.
Cell housekeeping for the Meinhardt model.