OpenFCST: The open-source Fuel Cell Simulation Toolbox
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes
FuelCellShop::Geometry Namespace Reference

General namespace to generate geometries and grids for FuelCell applications. More...

Classes

class  GridExternal
 This class imports meshes from dealii supported file types. More...
 
class  Cathode
 This function generates a grid for a cathode including gas diffusion and catalyst layers. More...
 
class  CathodeMPL
 This function generates a grid for a cathode including gas diffusion, microporous, and catalyst layers. More...
 
class  Anode
 This function generates a grid for an anode including gas diffusion and catalyst layers. More...
 
class  AnodeMPL
 This function generates a grid for an anode including gas diffusion, microporous, and catalyst layers. More...
 
class  Pemfc
 This function generates a PEMFC grid including gas diffusion and catalyst layers. More...
 
class  PemfcMPL
 This function generates a PEMFC grid including a membrane, gas diffusion, microporous, and catalyst layers. More...
 
class  Agglomerate
 This function generates an agglomerate with a core and a thin film subdomain. More...
 
class  GridTest
 This class treates a test mesh with one element. More...
 
class  GridBase
 FuelCell Geometry information class. More...
 

Detailed Description

General namespace to generate geometries and grids for FuelCell applications.

This namespace is used to generate a grid on the triangulation object. General geometry information is stored in the GridBase class while the specific information to each geometry and application is stored in the inherited classes.