Click or drag to resize

cContaminantTracerDataStructures Class

Public variables need by the contaminant tracing model.
Inheritance Hierarchy
SystemObject
  EwECorecContaminantTracerDataStructures

Namespace:  EwECore
Assembly:  EwECore (in EwECore.dll) Version: 6.6.15981.0 (6.6.15981.0)
Syntax
public class cContaminantTracerDataStructures

The cContaminantTracerDataStructures type exposes the following members.

Constructors
  NameDescription
Public methodcContaminantTracerDataStructures
Initializes a new instance of the cContaminantTracerDataStructures class
Top
Properties
  NameDescription
Public propertyEcoSpaceConSimOn
Top
Methods
  NameDescription
Public methodClear
Public methodCopyTo
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodredimForEcosimRun
Public methodredimForEcospaceRun
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldCassimProp
Pool excretion rate.
Public fieldcdecay
Decay rate per year
Public fieldCenv
Absorption rate t/t/t/year (concentration in prey/consumption/year ???)
Public fieldCimmig
Concentration in immigrating groups t/t
Public fieldCinflow
Base inflow rate to environment t/km2/year in Zero element
Public fieldCmetabolismRate
Added cMetabolismRate (unit: per year)
Public fieldConcMax
Max concentration of contaminant at the current time step by group
Public fieldConForceNumber
Public fieldCoutFlow
Volume exchange loss rate zero element for environment
Public fieldCzero
Initial concentration of contaminants in t/km2
Public fieldm_nGroups
Public fieldm_nRegions
Public fieldm_nTime
Public fieldMaxTimeSteps
Public fieldTracePlotCB
Plot contr/biomass
Public fieldTracerCB
Public fieldTracerCBRegion
Concentration over biomass (region x group x time).
Public fieldTracerConc
Results over time (group x time step)
Public fieldTracerConcByRegion
Concentration over time by region (region x group x time).
Top
Extension Methods
  NameDescription
Public Extension MethodValue
Extension method; extract a value from an object by property name.
(Defined by Extensions.)
Top
See Also