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

Container Namespace for Fuel Cell data classes. More...

Namespaces

namespace  Constants
 Namespace containing all universal constants.
 
namespace  Equation
 Namespace to hold classes that describe physical processes in fuel cells.
 
namespace  Geometry
 General namespace to generate geometries and grids for FuelCell applications.
 
namespace  Kinetics
 Namespace to hold classes that implement kinetic models.
 
namespace  Layer
 Namespace to hold classes that characterize fuel cell layers.
 
namespace  Material
 Namespace to hold classes that characterize materials used in fuel cells.
 
namespace  MicroScale
 
namespace  Mixture
 Namespace to hold classes that define mixture properties for gases (and liquids) in fuel cells.
 

Classes

struct  SolutionVariable
 This structure is used to store values for a particular solution variables, at all quadrature points in the cell. More...
 

Functions

Unary Predicate Functions for SolutionVariable structure
static bool is_phiM (const SolutionVariable &sol_var)
 Unary Predicate to return true if a SolutionVariable object belongs to protonic_electrical_potential.
 
static bool is_phiS (const SolutionVariable &sol_var)
 Unary Predicate to return true if a SolutionVariable object belongs to electronic_electrical_potential.
 

Detailed Description

Container Namespace for Fuel Cell data classes.

This namespace should not hold any member classes and will characterize sub-namespaces for fuel cell data such as Layers, Materials, Mixtures, etc.

Function Documentation

static bool FuelCellShop::is_phiM ( const SolutionVariable &  sol_var)
static

Unary Predicate to return true if a SolutionVariable object belongs to protonic_electrical_potential.

References FuelCellShop::SolutionVariable::get_variablename(), and protonic_electrical_potential.

Here is the call graph for this function:

static bool FuelCellShop::is_phiS ( const SolutionVariable &  sol_var)
static

Unary Predicate to return true if a SolutionVariable object belongs to electronic_electrical_potential.

References electronic_electrical_potential, and FuelCellShop::SolutionVariable::get_variablename().

Here is the call graph for this function: