Flow123d
release_3.0.0-506-g34af125
|
#include <sorption_base.hh>
Public Attributes | |
double | scale_aqua |
double | scale_sorbed |
double | no_sorbing_surface_cond |
Structure for data respectful to element, but indepedent of actual isotherm. Reads mobile/immobile porosity, rock density and then computes concentration scaling parameters. Is kind of optimization, so that these data are computed only when necessary.
Definition at line 276 of file sorption_base.hh.
double SorptionBase::CommonElementData::no_sorbing_surface_cond |
Definition at line 279 of file sorption_base.hh.
double SorptionBase::CommonElementData::scale_aqua |
Definition at line 277 of file sorption_base.hh.
double SorptionBase::CommonElementData::scale_sorbed |
Definition at line 278 of file sorption_base.hh.