OpenFCST: The open-source Fuel Cell Simulation Toolbox
|
#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"
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. | |