|
OpenFCST: The open-source Fuel Cell Simulation Toolbox
|
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. | |
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.
|
static |
Unary Predicate to return true if a SolutionVariable object belongs to protonic_electrical_potential.
References FuelCellShop::SolutionVariable::get_variablename(), and protonic_electrical_potential.

|
static |
Unary Predicate to return true if a SolutionVariable object belongs to electronic_electrical_potential.
References electronic_electrical_potential, and FuelCellShop::SolutionVariable::get_variablename().

1.8.2