OpenFCST: The open-source Fuel Cell Simulation Toolbox
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces
thermal_transport_equation.h File Reference
#include <utils/fcst_units.h>
#include <equations/equation_base.h>
#include <layers/gas_diffusion_layer.h>
#include <layers/micro_porous_layer.h>
#include <layers/catalyst_layer.h>
#include <layers/membrane_layer.h>
#include <string>
#include <sstream>
Include dependency graph for thermal_transport_equation.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FuelCellShop::Equation::ThermalTransportEquation< dim >
 This class deals with Thermal Transport Equation. More...
 

Namespaces

 FuelCellShop
 Container Namespace for Fuel Cell data classes.
 
 FuelCellShop::Equation
 Namespace to hold classes that describe physical processes in fuel cells.
 

Functions

Exceptions
 FuelCellShop::Equation::DeclException2 (VariableNotFoundForOhmicHeat, std::string, std::string,<< "For "<< arg1<< " ohmic heating source term set as True, \""<< arg2<< "\" is not found as one of the solution variables.")
 Exception thrown when ohmic heating (Protonic or Electronic) is set to TRUE, but respective solution variables, $ \phi_m $ or $ \phi_s $, are not declared as user solution variables. More...