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_nonisothermal.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/sparse_ilu.h"
#include "lac/sparse_direct.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 "boost/shared_ptr.hpp"
#include "fcst_constants.h"
#include "optimization_block_matrix_application.h"
#include "solver_utils.h"
#include "linear_solvers.h"
#include "operating_conditions.h"
#include "geometries.h"
#include "gas_diffusion_layer.h"
#include "micro_porous_layer.h"
#include "catalyst_layer.h"
#include "membrane_layer.h"
#include "PureGas.h"
#include "thermal_transport_equation.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_ohmic_heat.h"
#include "postprocessing/response_sorption_heat.h"
#include "postprocessing/response_reaction_heat.h"
#include "postprocessing/response_water_sorption.h"
#include <fstream>
#include <iostream>
#include <sstream>
#include <cmath>
#include <vector>
#include <algorithm>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FuelCell::InitialSolution::AppPemfcNIThermalIC< dim >
 This class is used when solving the problem using Newton's method to provide an initial solution. More...
 
class  FuelCell::Application::AppPemfcNIThermal< dim >
 This class is used to solve the physical pheonoma on a complete membrane electrode assembly, including non-isothermal effects. 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