C# 클래스 Landis.Biomass.Insects.Pool

The pool of dead biomass at a site.
파일 보기 프로젝트 열기: LANDIS-II-Foundation/Extensions-Disturbance

공개 메소드들

메소드 설명
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