OpenFCST: The open-source Fuel Cell Simulation Toolbox
|
#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>
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... | |