public interface KineticConstantPropensityCalculator extends PropensityCalculator
| Modifier and Type | Method and Description |
|---|---|
double |
getConstant(int reaction)
Gets the constant for a reaction
|
double |
getConstantFromDeterministicRateConstant(double k,
int reaction,
double V)
Calculates the specific reaction probability rate constant c from the conventional
deterministic rate constant k in some fixed volume v by the formula c=|reactants| !
|
calculatePropensitydouble getConstant(int reaction)
reaction - index of the reactiondouble getConstantFromDeterministicRateConstant(double k,
int reaction,
double V)
k - deterministic rate constantreaction - the index of the constant's reactionV - the fixed volumeCopyright © 2007–2021. All rights reserved.