#include <ChemotacticForce.hpp>
Inherits AbstractForce< DIM >.

Public Member Functions | |
| ChemotacticForce () | |
| ~ChemotacticForce () | |
| void | AddForceContribution (std::vector< c_vector< double, DIM > > &rForces, AbstractCellPopulation< DIM > &rCellPopulation) |
| void | OutputForceParameters (out_stream &rParamsFile) |
Private Member Functions | |
| double | GetChemotacticForceMagnitude (const double concentration, const double concentrationGradientMagnitude) |
| template<class Archive > | |
| void | serialize (Archive &archive, const unsigned int version) |
Friends | |
| class | TestForces |
| class | boost::serialization::access |
A chemotactic force class.
Definition at line 44 of file ChemotacticForce.hpp.
| ChemotacticForce< DIM >::ChemotacticForce | ( | ) | [inline] |
Constructor.
Definition at line 33 of file ChemotacticForce.cpp.
| ChemotacticForce< DIM >::~ChemotacticForce | ( | ) | [inline] |
Destructor.
Definition at line 39 of file ChemotacticForce.cpp.
| void ChemotacticForce< DIM >::AddForceContribution | ( | std::vector< c_vector< double, DIM > > & | rForces, | |
| AbstractCellPopulation< DIM > & | rCellPopulation | |||
| ) | [inline, virtual] |
Overridden AddForceContribution() method.
| rForces | reference to vector of forces on nodes | |
| rCellPopulation | reference to the cell population |
Fc = chi(C,|gradC|) gradC/|gradC| (if |gradC|>0, else Fc = 0)
Implements AbstractForce< DIM >.
Definition at line 51 of file ChemotacticForce.cpp.
References AbstractCellPopulation< DIM >::Begin(), AbstractCellPopulation< DIM >::End(), ChemotacticForce< DIM >::GetChemotacticForceMagnitude(), AbstractCellPopulation< DIM >::GetLocationIndexUsingCell(), CellwiseDataGradient< DIM >::rGetGradient(), and CellwiseDataGradient< DIM >::SetupGradients().
| double ChemotacticForce< DIM >::GetChemotacticForceMagnitude | ( | const double | concentration, | |
| const double | concentrationGradientMagnitude | |||
| ) | [inline, private] |
Get the magnitude of the chemotactic force.
| concentration | the local nutrient concentration | |
| concentrationGradientMagnitude | the magnitude of the local nutrient concentration gradient |
Definition at line 44 of file ChemotacticForce.cpp.
Referenced by ChemotacticForce< DIM >::AddForceContribution().
| void ChemotacticForce< DIM >::OutputForceParameters | ( | out_stream & | rParamsFile | ) | [inline, virtual] |
Overridden OutputForceParameters() method.
| rParamsFile | the file stream to which the parameters are output |
Implements AbstractForce< DIM >.
Definition at line 83 of file ChemotacticForce.cpp.
| void ChemotacticForce< DIM >::serialize | ( | Archive & | archive, | |
| const unsigned int | version | |||
| ) | [inline, private] |
Serialize the object.
| archive | the archive | |
| version | the current version of this class |
Reimplemented from AbstractForce< DIM >.
Definition at line 60 of file ChemotacticForce.hpp.
friend class boost::serialization::access [friend] |
Needed for serialization.
Reimplemented from AbstractForce< DIM >.
Definition at line 58 of file ChemotacticForce.hpp.
1.6.3