OpenFCST: The open-source Fuel Cell Simulation Toolbox
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
namespaces.h
Go to the documentation of this file.
1 //---------------------------------------------------------------------------
2 //
3 // FCST: Fuel Cell Simulation Toolbox
4 //
5 // Copyright (C) 2011-13 by Energy Systems Design Laboratory, University of Alberta
6 //
7 // This software is distributed under the MIT License.
8 // For more information, see the README file in /doc/LICENSE
9 //
10 // - Class: namespaces.h
11 // - Description: This file is used to provide DOxygen with information on namespaces.
12 // - Developers: P. Dobson and M. Secanell
13 //
14 //---------------------------------------------------------------------------
15 
16 
17 #ifndef _FUEL_CELL__H
18 #define _FUEL_CELL__H
19 
27 namespace FuelCell
28 {
42  namespace Application
43  {
44 
45  }
46 
57  namespace InitialSolution
58  {
59 
60  }
61 
62 }
63 
70 namespace FuelCellShop
71 {
78  namespace Constants
79  {}
80 
89  namespace Geometry
90  {
91 
92  }
93 
99  namespace Material
100  {
101 
102  }
103 
109  namespace Layer
110  {
111 
112  }
113 
120  namespace Mixture
121  {
122 
123  }
124 
131  namespace Equation
132  {
133 
134  }
135 
141  namespace Kinetics
142  {
143 
144  }
145 }
146 
147 #endif