OpenFCST: The open-source Fuel Cell Simulation Toolbox
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces
reaction_source_terms.h File Reference
#include "utils/fcst_constants.h"
#include "equations/equation_base.h"
#include "layers/catalyst_layer.h"
#include "reactions/tafel_kinetics.h"
#include "reactions/dual_path_kinetics.h"
Include dependency graph for reaction_source_terms.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FuelCellShop::Equation::ReactionSourceTerms< dim >
 This class is used to assemble reaction source terms in the catalyst layer. More...
 

Namespaces

namespace  FuelCellShop
 Container Namespace for Fuel Cell data classes.
 
namespace  FuelCellShop::Equation
 Namespace to hold classes that describe physical processes in fuel cells.
 

Functions

Exceptions
 FuelCellShop::Equation::DeclException2 (VariableNotFoundForKinetics, std::string, std::string,<< "For "<< arg1<< " kinetics source terms, \""<< arg2<< "\" is not found as one of the solution variables.")
 Exception thrown when a particular "Required" solution variable is not found for cathode or anode kinetics, in user-defined solution variables.