C# Class Landis.Biomass.Insects.Pool

The pool of dead biomass at a site.
Datei anzeigen Open project: LANDIS-II-Foundation/Extensions-Disturbance

Public Methods

Method 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 method

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
return void

Clone() public method

public Clone ( ) : Pool
return Pool

Decompose() public method

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

Pool() public method

public Pool ( ) : Edu.Wisc.Forest.Flel.Util
return Edu.Wisc.Forest.Flel.Util

ReduceMass() public method

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