|
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 <numerics/data_out.h>#include <cmath>#include <iostream>#include <boost/shared_ptr.hpp>#include <mutex>#include <typeinfo>#include <application_core/system_management.h>#include <application_core/fcst_variables.h>#include <layers/porous_layer.h>#include <layers/catalyst_layer.h>#include <layers/gas_diffusion_layer.h>#include <layers/micro_porous_layer.h>#include <materials/PureGas.h>#include <utils/operating_conditions.h>

Go to the source code of this file.
Classes | |
| class | FuelCellShop::PostProcessing::ORRCurrentDensityDataOut< dim > |
| Class used to evaluate the ORR current density, overpotential, effectiveness and the oxygen coverages (when applicable) at catalyst layer DoF point in the finite element mesh. More... | |
| class | FuelCellShop::PostProcessing::HORCurrentDensityDataOut< dim > |
| Class used to evaluate the HOR current density, overpotential and effectiveness at catalyst layer DoF point in the finite element mesh. More... | |
| class | FuelCellShop::PostProcessing::RelativeHumidityDataOut< dim > |
| Class used to evaluate the relative humidity at PorousLayer (viz., GDL, MPL and CL) DoF point in the finite element mesh. More... | |
| class | FuelCellShop::PostProcessing::CapillaryPressureDataOut< dim > |
| Class used to evaluate the capillary pressure at PorousLayer (viz., GDL, MPL and CL) DoF point in the finite element mesh. 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