|
OpenFCST: The open-source Fuel Cell Simulation Toolbox
|
#include "boost/shared_ptr.hpp"#include "grid/geometry.h"#include "optimization_block_matrix_application.h"#include "system_management.h"#include "utils/operating_conditions.h"#include "materials/PureGas.h"#include "materials/GasMixture.h"#include "materials/platinum.h"#include "materials/nafion.h"#include "materials/carbon.h"#include "layers/gas_diffusion_layer.h"#include "layers/micro_porous_layer.h"#include "layers/catalyst_layer.h"#include "lambda_transport_equation.h"#include "sorption_source_terms.h"#include "solvers/linear_solvers.h"#include "postprocessing/data_out.h"#include "thermal_transport_equation.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"
Go to the source code of this file.
Classes | |
| class | FuelCell::Application::Thermaltesting< dim > |
Namespaces | |
| FuelCell | |
| This namespace contains data and methods that handle initial and boundary data of a problem at hand. | |
| FuelCell::Application | |
1.8.5