OpenFCST: The open-source Fuel Cell Simulation Toolbox
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Enumerations
FuelCellShop::PostProcessing Namespace Reference

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. More...

Classes

class  BaseResponse
 Virtual class used to develop a common interface to a set of functions used to evaluate functionals that are obtained at postprocessing. More...
 
class  ORRCurrentDensityDataOut
 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  HORCurrentDensityDataOut
 Class used to evaluate the HOR current density, overpotential and effectiveness at catalyst layer DoF point in the finite element mesh. More...
 
class  RelativeHumidityDataOut
 Class used to evaluate the relative humidity at PorousLayer (viz., GDL, MPL and CL) DoF point in the finite element mesh. More...
 
class  CapillaryPressureDataOut
 Class used to evaluate the capillary pressure at PorousLayer (viz., GDL, MPL and CL) DoF point in the finite element mesh. More...
 
class  SaturationDataOut
 Class used to output saturation inside the layer. More...
 
class  LiquidVelocityPermeabilityDataOut
 Class used to evaluate the all liquid related the liquid velocity field in all the layers. More...
 
class  PhaseChangeDataOut
 Class used to evaluate the volumetric condensation and evaporation and the interfacial surface area. More...
 
class  OxygenDiffusivityDataOut
 Class used to evaluate the all liquid related the liquid velocity field in all the layers. More...
 
class  MolarFractionDataOut
 Class used to output molar fractions based on the density of each species. More...
 
class  PermeabilityDataOut
 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  RHSDataOut
 
class  LHS_Pc_DataOut
 
class  ORRSOURCEDataOut
 
class  RHSData_KelvinOut
 
class  RHSData_KelvinOut_NoTem
 
class  ORRCurrentDensityResponse
 Class used to calculate the ORR current density and coverages (if provided in the kinetic model) by the catalyst layer. More...
 
class  HORCurrentDensityResponse
 Class used to calculate the current density at the anode catalyst layer. More...
 
class  MassFluxResponse
 Class used to calculate the total mass flux at a boundary. More...
 
class  ElectronOhmicHeatResponse
 Class used to calculate the electronic ohmic heat generated in the electron conducting layers, viz., GDL, MPL and CL. More...
 
class  ProtonOhmicHeatResponse
 Class used to calculate the protonic ohmic heat generated in the proton conducting layers, viz., Membrane and CL. More...
 
class  ORRReactionHeatResponse
 Class used to calculate the heat generated due to ORR inside the cathode catalyst layer. More...
 
class  HORReactionHeatResponse
 Class used to calculate the heat generated due to HOR inside the anode catalyst layer. More...
 
class  SorptionHeatResponse
 Class used to calculate the heat generated due to sorption of water inside the catalyst layer. More...
 
class  PhaseChangeResponse
 Class used to calculate the evaporated liquid water in CCL. More...
 
class  BoundaryLiquidResponse
 Class used to calculate the boundary liquid flux through the boundaries (GDL) in the MEA model. More...
 
class  BoundaryVaporResponse
 Class used to calculate the boundary vapor flux through the boundaries (GDL) in the MEA model. More...
 
class  WaterSorptionResponse
 Class used to calculate the amount of water sorbed inside the catalyst layer. More...
 

Enumerations

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

Detailed Description

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.

Namespace used for all classes use for post-processing either for evaluating a new quantity at a quadrature point for outputting with the solution, for the evaluation of functions or for the evaluation of functionals such as the current density.

Enumeration Type Documentation

Enumeration with names for different responses:

Enumerator
nothing 
ORR_current 
HOR_current 
O_coverage 
OH_coverage 
sorbed_water 
water_cathode 
water_anode 
ORR_reaction_heat 
HOR_reaction_heat 
ORR_irrev_heat 
HOR_irrev_heat 
ORR_rev_heat 
HOR_rev_heat 
ORR_watervap_heat 
sorption_heat 
electron_ohmic_heat 
proton_ohmic_heat 
PEM_proton_ohmic_heat