Extends SpeciesParam, adding parameters used to simulate an agents involvement in a reaction. More...
Public Member Functions | |
void | init (Simulator aSim, XMLParser aSpeciesRoot) |
Stores the reaction parameters for an active species and calculates the particle density of compounds involved in the reaction. More... | |
![]() | |
void | init (Simulator aSim, XMLParser aSpeciesRoot) |
Read in specific parameters for this species, changing the default if required. More... | |
Public Attributes | |
double[] | particleDensity |
double[][] | soluteYield |
double[][] | particleYield |
double[][] | reactionKinetic |
double[] | lysisYield |
![]() | |
double | initialMassCV = .1 |
Extends SpeciesParam, adding parameters used to simulate an agents involvement in a reaction.
Extends SpeciesParam, adding parameters used to simulate an agents involvement in a reaction
Stores the reaction parameters for an active species and calculates the particle density of compounds involved in the reaction.
Stores the reaction parameters for an active species and calculates the particle density of compounds involved in the reaction
aSim | The simulation object used to simulate the conditions specified in the protocol file |
aSpeciesRoot | A Species mark-up within the specified protocol file |
double [] simulator.agent.ActiveParam.lysisYield |
For each defined solute the contribution of a cell when it dies
double [] simulator.agent.ActiveParam.particleDensity |
Density of different cell compartments ; by convention the first one is the cell, the last one is the extracellular eps
double [][] simulator.agent.ActiveParam.particleYield |
Particle yield from the reaction
double [][] simulator.agent.ActiveParam.reactionKinetic |
Kinetic information for this reaction
double [][] simulator.agent.ActiveParam.soluteYield |
Solute yield from the reaction