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 <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 "utils/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 store values for a particular solution variables, at all quadrature points in the cell. More...
 

Namespaces

namespace  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.
 
static bool FuelCellShop::is_phiS (const SolutionVariable &sol_var)
 Unary Predicate to return true if a SolutionVariable object belongs to electronic_electrical_potential.