#include "../framework/module.h"
#include "../framework/state_map.h"
#include <cmath>
Go to the source code of this file.
|
| class | partitioning_coefficient_logistic |
| | Calculates carbon partitioning coefficients based on logistic-based functions and development index using the logistic-based functions from Osborne et al 2015. More...
|
| |
|
| namespace | standardBML |
| | This is the standard BioCro module library; it includes the essential modules used in typical BioCro crop growth simulations.
|
| |
|
| double | strength_term (double const alpha, double const beta, double const DVI) |
| |