OpenFCST: The open-source Fuel Cell Simulation Toolbox
|
#include "base_kinetics.h"
#include "fcst_constants.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::DoubleTrapKinetics |
This class contains the implementation of the double trap kinetic model as described in the following paper: More... | |
Namespaces | |
FuelCellShop | |
Container Namespace for Fuel Cell data classes. | |
FuelCellShop::Kinetics | |
Namespace to hold classes that implement kinetic models. | |