OpenFCST: The open-source Fuel Cell Simulation Toolbox
|
#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>
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, or , are not declared as user solution variables. More... | |