|
Flow123d
JS_before_hm-1601-gc6ac32d
|
This file contains classes representing sorption model. Sorption model can be computed both in case the dual porosity is considered or not. More...
#include <string>#include <vector>#include "fields/field.hh"#include "fields/field_values.hh"#include "input/type_base.hh"#include "input/type_generic.hh"#include "reaction/reaction_term.hh"#include "reaction/sorption_base.hh"
Go to the source code of this file.
Classes | |
| class | ElementAccessor< spacedim > |
| class | SorptionSimple |
| Simple sorption model without dual porosity. More... | |
| class | SorptionDual |
| Abstract class of sorption model in case dual porosity is considered. More... | |
| class | SorptionMob |
| Sorption model in mobile zone in case dual porosity is considered. More... | |
| class | SorptionImmob |
| Sorption model in immobile zone in case dual porosity is considered. More... | |
Namespaces | |
| Input | |
| Abstract linear system class. | |
| Input::Type | |
This file contains classes representing sorption model. Sorption model can be computed both in case the dual porosity is considered or not.
* Copyright (C) 2015 Technical University of Liberec. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation. (http://www.gnu.org/licenses/gpl-3.0.en.html)
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
The difference is only in the isotherm_reinit method. Passing immobile porosity from dual porosity model is solved in abstract class SorptionDual.
Definition in file sorption.hh.
1.8.11