OpenFCST: The open-source Fuel Cell Simulation Toolbox
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces
app_cathode.h File Reference
#include "base/parameter_handler.h"
#include "base/function_lib.h"
#include "base/function.h"
#include "base/quadrature_lib.h"
#include "lac/block_vector.h"
#include "lac/full_matrix.h"
#include "lac/solver_cg.h"
#include "lac/solver_gmres.h"
#include "lac/precondition.h"
#include "lac/precondition_block.h"
#include "lac/block_matrix_array.h"
#include "lac/filtered_matrix.h"
#include "lac/sparse_ilu.h"
#include "lac/sparse_direct.h"
#include "grid/grid_generator.h"
#include "grid/tria_accessor.h"
#include "grid/tria_iterator.h"
#include "grid/tria_boundary_lib.h"
#include "fe/fe_values.h"
#include "numerics/vector_tools.h"
#include "numerics/matrix_tools.h"
#include "numerics/error_estimator.h"
#include "boost/shared_ptr.hpp"
#include "appframe/base.h"
#include "appframe/block_matrix_application.h"
#include "appframe/matrix_shop_cell.h"
#include "appframe/residual_shop_cell.h"
#include "appframe/matrix_shop_bdry.h"
#include "appframe/residual_shop_bdry.h"
#include "fcst_constants.h"
#include "system_management.h"
#include "optimization_block_matrix_application.h"
#include "solver_utils.h"
#include "operating_conditions.h"
#include "geometries.h"
#include "PureGas.h"
#include "BinaryDiffusion.h"
#include "platinum.h"
#include "nafion.h"
#include "carbon.h"
#include "gas_diffusion_layer.h"
#include "micro_porous_layer.h"
#include "catalyst_layer.h"
#include "electron_transport_equation.h"
#include "proton_transport_equation.h"
#include "new_ficks_transport_equation.h"
#include "reaction_source_terms.h"
#include "linear_solvers.h"
#include "fstream"
#include "iostream"
#include "sstream"
#include <algorithm>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FuelCell::Application::AppCathode< dim >
 This class is used to solve a system of equations similar to the one presented in the journal article M. More...
 

Namespaces

namespace  FuelCell
 This namespace contains data and methods that handle initial and boundary data of a problem at hand.
 
namespace  FuelCell::Application