OpenFCST: The open-source Fuel Cell Simulation Toolbox
|
#include "base_kinetics.h"
#include <base/parameter_handler.h>
#include <base/point.h>
#include <base/function.h>
#include <lac/vector.h>
#include <fe/fe_values.h>
#include <cmath>
#include <iostream>
Go to the source code of this file.
Classes | |
class | FuelCellShop::Kinetics::DualPathKinetics |
This class will contain the implementation of the dual path kinetic kinetic model as developed by Wang et al and described in the following paper: More... | |
Namespaces | |
namespace | FuelCellShop |
Container Namespace for Fuel Cell data classes. | |
namespace | FuelCellShop::Kinetics |
Namespace to hold classes that implement kinetic models. | |