#include <helper.h>
|
static double | calculateMerchFactor (double volume, double a, double b) |
| see equation 1 on page 7 of Boudewyn et al 2007 More...
|
|
static double | calculateNonMerchFactor (double merchStemwood, double a_nonmerch, double b_nonmerch, double k_nonmerch) |
| see equation 2 on page 7 of Boudewyn et al 2007 More...
|
|
static double | calculateSaplingFactor (double stemwood, double k_sap, double a_sap, double b_sap) |
| page 8 Boudewyn et al equation 3 More...
|
|
static double | modelTerm (double vol, double a1, double a2, double a3) |
| see equations 4,5,6,7 on page 8 of Boudewyn et al 2007 More...
|
|
static bool | runMoss (int gcID, std::string mossLeadingSpecies, std::string speciesName) |
|
◆ Helper()
◆ ~Helper()
◆ calculateMerchFactor()
double calculateMerchFactor |
( |
double |
volume, |
|
|
double |
a, |
|
|
double |
b |
|
) |
| |
|
static |
see equation 1 on page 7 of Boudewyn et al 2007
◆ calculateNonMerchFactor()
double calculateNonMerchFactor |
( |
double |
merchStemwood, |
|
|
double |
a_nonmerch, |
|
|
double |
b_nonmerch, |
|
|
double |
k_nonmerch |
|
) |
| |
|
static |
see equation 2 on page 7 of Boudewyn et al 2007
◆ calculateSaplingFactor()
double calculateSaplingFactor |
( |
double |
stemwood, |
|
|
double |
k_sap, |
|
|
double |
a_sap, |
|
|
double |
b_sap |
|
) |
| |
|
static |
page 8 Boudewyn et al equation 3
◆ modelTerm()
double modelTerm |
( |
double |
vol, |
|
|
double |
a1, |
|
|
double |
a2, |
|
|
double |
a3 |
|
) |
| |
|
static |
see equations 4,5,6,7 on page 8 of Boudewyn et al 2007
◆ runMoss()
bool runMoss |
( |
int |
gcID, |
|
|
std::string |
mossLeadingSpecies, |
|
|
std::string |
speciesName |
|
) |
| |
|
static |
The documentation for this class was generated from the following file:
- /home/runner/work/moja.canada/moja.canada/Source/moja.modules.cbm/include/moja/modules/cbm/helper.h