Electrochemical model for a fuel cell application. More...
#include <cmath>
#include <dumux/common/parameters.hh>
#include <dumux/common/exceptions.hh>
#include <dumux/discretization/method.hh>
#include <dumux/material/constants.hh>
#include <dumux/material/fluidsystems/h2on2o2.hh>
Go to the source code of this file.
Classes | |
class | Dumux::ElectroChemistry< Scalar, Indices, FluidSystem, GridGeometry, electroChemistryModel > |
This class calculates source terms and current densities for fuel cells with the electrochemical models suggested by Ochs (2008) [58] or Acosta et al. (2006) [2]. More... | |
Namespaces | |
namespace | Dumux |
Enumerations | |
enum | Dumux::ElectroChemistryModel { Dumux::Ochs , Dumux::Acosta } |
The type of electrochemistry models implemented here (Ochs (2008) [58] or Acosta et al. (2006) [2] ) More... | |