OpenFCST: The open-source Fuel Cell Simulation Toolbox
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces
app_pemfc.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/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/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 "block_matrix_application.h"
#include "optimization_block_matrix_application.h"
#include "solver_utils.h"
#include "newton_w_line_search.h"
#include "newton_w_3pp.h"
#include "linear_solvers.h"
#include "operating_conditions.h"
#include "design_MPL.h"
#include "PureGas.h"
#include "PureLiquid.h"
#include "design_fibrous_GDL.h"
#include "homogeneous_CL.h"
#include "nafion_membrane.h"
#include "GasMixture.h"
#include "geometries.h"
#include "geometry.h"
#include "fcst_constants.h"
#include "tafel_kinetics.h"
#include "double_trap_kinetics.h"
#include "dual_path_kinetics.h"
#include "reaction_source_terms.h"
#include "proton_transport_equation.h"
#include "lambda_transport_equation.h"
#include "electron_transport_equation.h"
#include "sorption_source_terms.h"
#include "new_ficks_transport_equation.h"
#include "postprocessing/data_out.h"
#include "postprocessing/response_current_density.h"
#include "postprocessing/response_water_sorption.h"
#include <fstream>
#include <iostream>
#include <sstream>
#include <cmath>
#include <vector>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FuelCell::InitialSolution::AppPemfcIC< dim >
 This class is used when solving the problem using Newton's method to provide an initial solution. More...
 
class  FuelCell::Application::AppPemfc< dim >
 This class is used to solve the physical pheonoma on a complete membrane electrode assembly. More...
 

Namespaces

 FuelCell
 This namespace contains data and methods that handle initial and boundary data of a problem at hand.
 
 FuelCell::InitialSolution
 This namespace is used for all those auxiliary classes that are used by AppCathode.
 
 FuelCell::Application