OpenFCST: The open-source Fuel Cell Simulation Toolbox
|
This namespace is used for all those auxiliary classes that are used by AppCathode. More...
Classes | |
class | AppPemfcIC |
This class is used when solving the problem using Newton's method to provide an initial solution. More... | |
class | AppPemfcCapillaryTwoPhaseNIThermalIC |
This class is used when solving the problem using Newton's method to provide an initial solution. More... | |
class | AppPemfcNIThermalIC |
This class is used when solving the problem using Newton's method to provide an initial solution. More... | |
class | AppPemfcTPSaturationIC |
This class is used when solving the problem using Newton's method to provide an initial solution. More... | |
class | AppReadMeshIC |
This class is used when solving the problem using Newton's method to provide an initial solution. More... | |
class | AppThermalTestIC |
This class is used when solving the problem using Newton's method to provide an initial solution. More... | |
This namespace is used for all those auxiliary classes that are used by AppCathode.
General namespace for all initial solution classes (deal.II functions)
These are mainly classes that inherit Function<dim> and that are necessary in order to call some subroutine from deal.II. For example InitialSolution is created in order to use the deal.II class VectorInterpolate which in turn is used to set up the initial solution to the problem.
This namespace is used to declare the initial solutions for all applications which are linear approximations of nonlinear problems. These are mainly classes that inherit from Function<dim> and that are necessary in order to use initialization subroutines in deal.II. For example InitialSolution::PemfcIC is created in order to use the deal.II class VectorInterpolate which in turn is used to set up the initial solution to the problem.