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

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