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_twophase_saturation.h File Reference
#include <application_core/optimization_block_matrix_application.h>
#include <utils/operating_conditions.h>
#include <layers/gas_diffusion_layer.h>
#include <layers/micro_porous_layer.h>
#include <layers/catalyst_layer.h>
#include <layers/membrane_layer.h>
#include <materials/PureGas.h>
#include <equations/thermal_transport_equation.h>
#include <equations/reaction_source_terms.h>
#include <equations/proton_transport_equation.h>
#include <equations/lambda_transport_equation.h>
#include <equations/electron_transport_equation.h>
#include <equations/sorption_source_terms.h>
#include <equations/ficks_transport_equation.h>
#include <equations/saturation_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 dependency graph for app_pemfc_twophase_saturation.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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