|
OpenFCST: The open-source Fuel Cell Simulation Toolbox
|
#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>#include <exception>#include <application_core/fcst_variables.h>#include <application_core/system_management.h>#include "equations/equation_base.h"#include "equations/reaction_source_terms.h"#include "layers/base_layer.h"#include "layers/catalyst_layer.h"#include "postprocessing/base_response.h"

Go to the source code of this file.
Classes | |
| class | FuelCellShop::PostProcessing::ORRReactionHeatResponse< dim > |
| Class used to calculate the heat generated due to ORR inside the cathode catalyst layer. More... | |
| class | FuelCellShop::PostProcessing::HORReactionHeatResponse< dim > |
| Class used to calculate the heat generated due to HOR inside the anode catalyst layer. More... | |
Namespaces | |
| FuelCellShop | |
| Container Namespace for Fuel Cell data classes. | |
| FuelCellShop::PostProcessing | |
| Namespace used for all classes use for post-processing either for evaluating a new quantity at a quadrature point for outputing with the solution, for the evaluation of functions or for the evaluation of functionals such as the current density. | |
1.8.5