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_base.h File Reference
#include <utils/fcst_constants.h>
#include <equations/equation_base.h>
#include <equations/reaction_heat.h>
#include <layers/catalyst_layer.h>
#include <reactions/tafel_kinetics.h>
#include <reactions/double_trap_kinetics.h>
#include <reactions/dual_path_kinetics.h>
Include dependency graph for reaction_source_terms_base.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FuelCellShop::Equation::ReactionSourceTermsBase< dim >
 This class assembles the reaction source terms for all other transport equations, if there's any. More...
 

Namespaces

 FuelCellShop
 Container Namespace for Fuel Cell data classes.
 
 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. More...