|
CellModules
|
Structure representing a cell in the diffusion grid. More...
#include <DiffusionGrid.hpp>
Public Member Functions | |
| GridCell ()=default | |
| Default constructor. More... | |
| GridCell (vector< Molecule > m) | |
| Constructor to initialize a grid cell with given molecules. More... | |
Public Attributes | |
| vector< double > | prevQuantities |
| vector< double > | quantities |
| vector< double > | consumptions |
Structure representing a cell in the diffusion grid.
Definition at line 50 of file DiffusionGrid.hpp.
|
inlinedefault |
Default constructor.
Constructor to initialize a grid cell with given molecules.
| m | Existing molecules in the simulation |
Definition at line 64 of file DiffusionGrid.hpp.
| vector<double> Diffusion::GridCell::consumptions |
Local consumptions of each molecule in µm³/(ng.s)
Definition at line 53 of file DiffusionGrid.hpp.
| vector<double> Diffusion::GridCell::prevQuantities |
Previous quantities of each molecule in mmHg
Definition at line 51 of file DiffusionGrid.hpp.
| vector<double> Diffusion::GridCell::quantities |
Current quantities of each molecule in mmHg
Definition at line 52 of file DiffusionGrid.hpp.