OpenFCST: The open-source Fuel Cell Simulation Toolbox
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Enumerations
base_response.h File Reference
#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 <application_core/fcst_variables.h>
#include <application_core/system_management.h>
#include "equations/equation_base.h"
Include dependency graph for base_response.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FuelCellShop::PostProcessing::BaseResponse< dim >
 Virtual class used to develop a common interface to a set of functions used to evaluate functionals that are obtained at postprocessing. 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.
 

Enumerations

enum  FuelCellShop::PostProcessing::ResponsesNames {
  FuelCellShop::PostProcessing::nothing = 0, FuelCellShop::PostProcessing::ORR_current, FuelCellShop::PostProcessing::HOR_current, FuelCellShop::PostProcessing::O_coverage,
  FuelCellShop::PostProcessing::OH_coverage, FuelCellShop::PostProcessing::sorbed_water, FuelCellShop::PostProcessing::water_cathode, FuelCellShop::PostProcessing::water_anode,
  FuelCellShop::PostProcessing::ORR_reaction_heat, FuelCellShop::PostProcessing::HOR_reaction_heat, FuelCellShop::PostProcessing::ORR_irrev_heat, FuelCellShop::PostProcessing::HOR_irrev_heat,
  FuelCellShop::PostProcessing::ORR_rev_heat, FuelCellShop::PostProcessing::HOR_rev_heat, FuelCellShop::PostProcessing::ORR_watervap_heat, FuelCellShop::PostProcessing::sorption_heat,
  FuelCellShop::PostProcessing::electron_ohmic_heat, FuelCellShop::PostProcessing::proton_ohmic_heat
}
 Enumeration with names for different responses: More...