Flow123d
last_with_con_2.0.0-663-gd0e2296
|
This file contains classes representing sorption model. Sorption model can be computed both in case the dual porosity is considered or not. More...
Go to the source code of this file.
Classes | |
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... | |
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.