Chemotactic Polarization
open fun ChemotacticPolarization(environment: Environment<Double, P>, node: CellNode<P>, biomolecule: Biomolecule, ascendGrad: String)
Content copied to clipboard
Parameters
environment
the environment
node
the node
biomolecule
biomolecule's name
ascend Grad
if that parameter is true, the polarization versor of the cell will be directed in direction of the highest concentration of biomolecule in neighborhood; if it's false, the versor will be directed in the exactly the opposite direction.
open fun ChemotacticPolarization(environment: Environment<Double, P>, node: Node<Double>, biomolecule: String, ascendGrad: String)
Content copied to clipboard
Initialize a polarization activity regulated by environmental concentration of a molecule.
Parameters
environment
the environment
node
the node
biomolecule
biomolecule's name
ascend Grad
if that parameter is true, the polarization versor of the cell will be directed in direction of the highest concentration of biomolecule in neighborhood; if it's false, the versor will be directed in the exactly the opposite direction.