Flow123d  master-f44eb46
Classes | Namespaces
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 <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"
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  SorptionDual::EqFields
 
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
 

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 computation of scale_aqua and scale_sorbed. Passing immobile porosity from dual porosity model is solved in abstract class SorptionDual.

Definition in file sorption.hh.