C# Класс Landis.Biomass.Insects.Pool

The pool of dead biomass at a site.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

AddMass() публичный Метод

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
Результат void

Clone() публичный Метод

public Clone ( ) : Pool
Результат Pool

Decompose() публичный Метод

Decomposes the pool's biomass for a year.
public Decompose ( ) : void
Результат void

Pool() публичный Метод

public Pool ( ) : Edu.Wisc.Forest.Flel.Util
Результат Edu.Wisc.Forest.Flel.Util

ReduceMass() публичный Метод

Reduces the pool's biomass by a specified percentage.
public ReduceMass ( double percentage ) : double
percentage double
Результат double