| 
    OpenFCST: The open-source Fuel Cell Simulation Toolbox
    
   | 
 
#include <cmath>#include <iostream>#include <deal.II/base/point.h>#include <deal.II/base/function.h>#include <deal.II/lac/vector.h>#include <deal.II/fe/fe_values.h>#include <application_core/system_management.h>

Go to the source code of this file.
Classes | |
| struct | FuelCellShop::SolutionVariable | 
| This structure is used to encapsulate data from constant values and variable solution data that is used in Layer classes to compute effective transport properties.  More... | |
| class | FuelCellShop::SolutionMap | 
| Convenient storage object for SolutionVariables.  More... | |
Namespaces | |
| FuelCellShop | |
| Container Namespace for Fuel Cell data classes.  | |
Functions | |
Unary Predicate Functions for SolutionVariable structure  | |
| static bool | FuelCellShop::is_phiM (const SolutionVariable &sol_var) | 
| Unary Predicate to return true if a SolutionVariable object belongs to protonic_electrical_potential.  More... | |
| static bool | FuelCellShop::is_phiS (const SolutionVariable &sol_var) | 
| Unary Predicate to return true if a SolutionVariable object belongs to electronic_electrical_potential.  More... | |
 1.8.5