Flow123d  release_2.2.0-914-gf1a3a4f
Classes
sorption.hh File Reference

This file contains classes representing sorption model. Sorption model can be computed both in case the dual porosity is considered or not. More...

#include "fields/field_algo_base.hh"
#include "reaction/sorption_base.hh"
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

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.

Todo:
It seems that the methods isotherm_reinit() are different only at computation of scale_aqua and scale_sorbed. So it could be moved to SorptionDual and the only method which would be virtual would be compute_sorbing_scale(). It is prepared in comment code.

Definition in file sorption.hh.