OpenFCST: The open-source Fuel Cell Simulation Toolbox
|
This namespace contains data and methods that handle initial and boundary data of a problem at hand. More...
Namespaces | |
namespace | Application |
namespace | InitialAndBoundaryData |
namespace | InitialSolution |
This namespace is used for all those auxiliary classes that are used by AppTest. | |
Classes | |
class | OperatingConditions |
Class used to store, read from file and define the operating conditions for a fuel cell. More... | |
class | SystemManagement |
IMPORTANT: Add all new solution variables and equations here ! More... | |
This namespace contains data and methods that handle initial and boundary data of a problem at hand.
General namespace for all applications to built within FCST.
This namespace is used to declare the application class and all necessary functions and data required to solve the problem. Application classes will also typically house all data handling and post-processing routines.
In a typical case using FEM, the virtual functions from OptimizationBlockMatrixApplication and its inheritance structure will be re-implemented to specifically suit the problem. See AppCathode for an example of the implementation.