OpenFCST: The open-source Fuel Cell Simulation Toolbox
|
#include <cstdlib>
#include <vector>
#include <fstream>
#include <string>
#include <map>
#include <deal.II/base/parameter_handler.h>
#include <materials/base_material.h>
#include <application_core/system_management.h>
Go to the source code of this file.
Classes | |
class | FuelCellShop::Material::PureSolid |
This class is a base class for all pure solid materials used in FCST. More... | |
class | FuelCellShop::Material::Graphite |
This class describes properties of pure Poco Graphite . More... | |
class | FuelCellShop::Material::DummySolid |
This class describes properties of pure Dummy . More... | |
Namespaces | |
FuelCellShop | |
Container Namespace for Fuel Cell data classes. | |
FuelCellShop::Material | |
Namespace to hold classes that characterize materials used in fuel cells. | |
Enumerations | |
enum | SolidMaterialTypes { nosolidmaterial = 0, Graphite, DummySolid } |
enum SolidMaterialTypes |