OpenFCST: The open-source Fuel Cell Simulation Toolbox
|
This class is used when solving the problem using Newton's method to provide an initial solution. More...
#include <app_thermal_test.h>
Public Member Functions | |
AppThermalTestIC (const std::string &type) | |
Constructor. More... | |
virtual | ~AppThermalTestIC () |
Destructor. More... | |
virtual double | value (const Point< dim > &p, const unsigned int component=0) const |
This is the member function that computes the value of the initial solution for a given point. More... | |
Private Attributes | |
std::string | case_type |
This class is used when solving the problem using Newton's method to provide an initial solution.
This function is called in VectorTools::interpolate(..,..,InitialSolution<dim> marc,...) It provides a solution that satisfies Dirichlet boundaries and has a gradient.
FuelCell::InitialSolution::AppThermalTestIC< dim >::AppThermalTestIC | ( | const std::string & | type | ) |
Constructor.
|
inlinevirtual |
Destructor.
|
virtual |
This is the member function that computes the value of the initial solution for a given point.
|
private |