GCBM
|
#include <rootbiomassequation.h>
Public Member Functions | |
HardwoodRootBiomassEquation (double rootBioA, double rootBioB, double frpA, double frpB, double frpC) | |
virtual | ~HardwoodRootBiomassEquation ()=default |
double | calculateRootBiomass (double componentAbovegroundCarbon) |
RootProportions | calculateRootProportions (double standRootBiomass) |
Public Member Functions inherited from RootBiomassEquation | |
RootBiomassEquation (double biomassToCarbonRate=0.5) | |
RootBiomassEquation (const RootBiomassEquation &other) | |
virtual | ~RootBiomassEquation ()=default |
double | carbonToBiomass (double carbon) |
double | biomassToCarbon (double biomass) |
Private Attributes | |
double | _rootBioA |
double | _rootBioB |
double | _frpA |
double | _frpB |
double | _frpC |
Additional Inherited Members | |
Protected Attributes inherited from RootBiomassEquation | |
double | _biomassToCarbonRate |
HardwoodRootBiomassEquation | ( | double | rootBioA, |
double | rootBioB, | ||
double | frpA, | ||
double | frpB, | ||
double | frpC | ||
) |
|
virtualdefault |
|
virtual |
Implements RootBiomassEquation.
|
virtual |
Implements RootBiomassEquation.
|
private |
|
private |
|
private |
|
private |
|
private |