#include "../framework/module.h"
#include "../framework/state_map.h"
#include <cmath>
Go to the source code of this file.
|
| class | senescence_coefficient_logistic |
| | Calculates coefficients representing fraction of biomass senesced for each organ; coefficents are represented as a logistic functions depending on development index. More...
|
| |
|
| namespace | standardBML |
| | This is the standard BioCro module library; it includes the essential modules used in typical BioCro crop growth simulations.
|
| |
|
| double | ksene (double rate, double alpha, double beta, double DVI) |
| |