OpenFCST: The open-source Fuel Cell Simulation Toolbox
|
#include <deal.II/base/parameter_handler.h>
#include <boost/lexical_cast.hpp>
#include <utils/logging.h>
#include <utils/fcst_constants.h>
#include <application_core/initial_and_boundary_data.h>
#include <grid/geometry.h>
#include <materials/PureGas.h>
#include <materials/GasMixture.h>
#include <utils/fcst_units.h>
Go to the source code of this file.
Classes | |
class | FuelCell::OperatingConditions |
Class used to store, read from file and define the operating conditions for a fuel cell. More... | |
Namespaces | |
FuelCell | |
This namespace contains data and methods that handle initial and boundary data of a problem at hand. | |