C# Class Landis.Biomass.Insects.Pool

The pool of dead biomass at a site.
Afficher le fichier Open project: LANDIS-II-Foundation/Extensions-Disturbance

Méthodes publiques

Méthode Description
AddMass ( double inputMass, double inputDecayValue ) : void

Adds some dead biomass (and associated C/N/P contents) to the pool.

The pool's decomposition rate is adjusted by computing a weighted average of the its current decay rate and the decay rate associated with the incoming biomass.

Clone ( ) : Pool
Decompose ( ) : void

Decomposes the pool's biomass for a year.

Pool ( ) : Edu.Wisc.Forest.Flel.Util
ReduceMass ( double percentage ) : double

Reduces the pool's biomass by a specified percentage.

Method Details

AddMass() public méthode

Adds some dead biomass (and associated C/N/P contents) to the pool.
The pool's decomposition rate is adjusted by computing a weighted average of the its current decay rate and the decay rate associated with the incoming biomass.
public AddMass ( double inputMass, double inputDecayValue ) : void
inputMass double
inputDecayValue double
Résultat void

Clone() public méthode

public Clone ( ) : Pool
Résultat Pool

Decompose() public méthode

Decomposes the pool's biomass for a year.
public Decompose ( ) : void
Résultat void

Pool() public méthode

public Pool ( ) : Edu.Wisc.Forest.Flel.Util
Résultat Edu.Wisc.Forest.Flel.Util

ReduceMass() public méthode

Reduces the pool's biomass by a specified percentage.
public ReduceMass ( double percentage ) : double
percentage double
Résultat double