|
Flow123d
JS_before_hm-1575-ga41e096
|
Discontinuous Galerkin method for equation of transport with dispersion. More...
#include "input/input_type.hh"#include "mesh/mesh.h"#include "mesh/accessors.hh"#include "transport/transport_operator_splitting.hh"#include "concentration_model.hh"#include "tools/unit_si.hh"#include "coupling/balance.hh"#include "fields/field_model.hh"Go to the source code of this file.
Classes | |
| struct | fn_conc_v_norm |
| struct | fn_conc_mass_matrix |
| struct | fn_conc_retardation |
| struct | fn_conc_sources_dens |
| struct | fn_conc_sources_sigma |
| struct | fn_conc_sources_conc |
| struct | fn_conc_ad_coef |
| struct | fn_conc_diff_coef |
Typedefs | |
| using | Sclr = double |
| using | Vect = arma::vec3 |
| using | Tens = arma::mat33 |
Discontinuous Galerkin method for equation of transport with dispersion.
* 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.
Definition in file concentration_model.cc.
| using Sclr = double |
Definition at line 39 of file concentration_model.cc.
| using Tens = arma::mat33 |
Definition at line 41 of file concentration_model.cc.
| using Vect = arma::vec3 |
Definition at line 40 of file concentration_model.cc.
1.8.11