The BioCro C++ Library
multilayer_canopy_integrator.h File Reference
#include <cmath>
#include "../framework/state_map.h"
#include "../framework/module.h"
#include "../framework/constants.h"
#include "respiration.h"
+ Include dependency graph for multilayer_canopy_integrator.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  multilayer_canopy_integrator
 Calculates canopy-level values for assimilation and other quantities by adding the individual values from the sunlit and shaded leaves in each canopy layer, weighted by the relative fractions of sunlit and shaded leaves in each layer. More...
 
class  ten_layer_canopy_integrator
 A child class of multilayer_canopy_integrator where the number of layers has been defined. Instances of this class can be created using the module factory, unlike the parent class multilayer_canopy_integrator. More...
 

Namespaces

namespace  standardBML
 This is the standard BioCro module library; it includes the essential modules used in typical BioCro crop growth simulations.