OpenFCST: The open-source Fuel Cell Simulation Toolbox
|
#include <string>
#include <iostream>
#include <boost/shared_ptr.hpp>
#include "optimization_block_matrix_application.h"
#include "adaptive_refinement.h"
#include "newton_basic.h"
#include "newton_w_line_search.h"
#include "newton_w_3pp.h"
#include "app_cathode.h"
#include "app_pemfc.h"
#include "app_pemfc_nonisothermal.h"
#include "app_thermal_test.h"
#include "app_test.h"
#include "app_diffusion.h"
#include "app_ohmic.h"
#include "app_read_mesh.h"
Go to the source code of this file.
Classes | |
class | SimulationSelector< dim > |
This class selects an openFCST application which will run. More... | |