OpenFCST: The open-source Fuel Cell Simulation Toolbox
|
#include <cmath>
#include <iostream>
#include <exception>
#include <application_core/fcst_variables.h>
#include <application_core/system_management.h>
#include <equations/equation_base.h>
#include <materials/PureLiquid.h>
#include <layers/base_layer.h>
#include <layers/catalyst_layer.h>
#include <layers/gas_diffusion_layer.h>
#include <postprocessing/base_response.h>
#include <utils/fcst_units.h>
#include <utils/fcst_constants.h>
Go to the source code of this file.
Classes | |
class | FuelCellShop::PostProcessing::PhaseChangeResponse< dim > |
Class used to calculate the evaporated liquid water in CCL. More... | |
class | FuelCellShop::PostProcessing::BoundaryLiquidResponse< dim > |
Class used to calculate the boundary liquid flux through the boundaries (GDL) in the MEA model. More... | |
class | FuelCellShop::PostProcessing::BoundaryVaporResponse< dim > |
Class used to calculate the boundary vapor flux through the boundaries (GDL) in the MEA model. 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. | |