2.0.0b10
catchment modelling framework
Loading...
Searching...
No Matches
solute Struct Reference

A structure to identify a solute. More...

Detailed Description

A structure to identify a solute.

Public Attributes

const size_t Id
 An automatically set identifier of the solute.
 
std::string Name
 Name of the solute.
 
std::string Unit
 Used unit for amount of solute e.g. 'mol','mmol','g','mg' etc.
 
double Uptake
 Fraction of the available concentration, that is taken up by vegetation.
 

Member Data Documentation

◆ Uptake

double Uptake

Fraction of the available concentration, that is taken up by vegetation.

  • 0 means no uptake
  • 0..1 mean uptake is partially inhibited
  • 1 solute is taken up without changes in concentration
  • >1 preferential uptake (not tested, may result in negative concentrations)