|
SORTIE Core C++ Documentation
|
Calculates the size effect as a power function. More...
#include <SizeEffectPowerFunction.h>
Public Member Functions | |
| clSizeEffectPowerFunction () | |
| Constructor. More... | |
| ~clSizeEffectPowerFunction () | |
| Destructor. More... | |
| double | CalculateSizeEffect (clTree *p_oTree, const float &fDiam) |
| Calculates size effect. More... | |
| void | DoSetup (clTreePopulation *p_oPop, clBehaviorBase *p_oNCI, xercesc::DOMElement *p_oElement) |
| Does any desired setup. More... | |
Public Member Functions inherited from clSizeEffectBase | |
| virtual void | PreCalcs (clTreePopulation *p_oPop) |
| Performs calculations like either clGrowthBase::PreGrowthCalcs or clMortalityBase::PreMortCalcs. More... | |
| virtual | ~clSizeEffectBase () |
| Destructor. More... | |
Protected Attributes | |
| double * | mp_fA |
| Size effect "a" parameter. More... | |
| double * | mp_fB |
| Size effect "b" parameter. More... | |
Calculates the size effect as a power function.
Size Effect is calculated as:
where:
| clSizeEffectPowerFunction::clSizeEffectPowerFunction | ( | ) |
Constructor.
| clSizeEffectPowerFunction::~clSizeEffectPowerFunction | ( | ) |
Destructor.
|
virtual |
Calculates size effect.
This is bounded between 0 and 1.
| p_oTree | Tree for which to calculate size effect. |
| fDiam | Diameter of tree. Diameter at 10 cm for seedlings, DBH for all other types. |
Implements clSizeEffectBase.
|
virtual |
Does any desired setup.
| p_oPop | Tree population. |
| p_oNCI | NCI behavior object. |
| p_oElement | Root element of the behavior. |
| ModelException | if X0 is < 0 or Xb = 0. |
Implements clSizeEffectBase.
|
protected |
Size effect "a" parameter.
Array is sized number of species.
|
protected |
Size effect "b" parameter.
Array is sized number of species.
1.8.13