OpenFCST: The open-source Fuel Cell Simulation Toolbox
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
FuelCell::InitialSolution::AppThermalTestIC< dim > Class Template Reference

This class is used when solving the problem using Newton's method to provide an initial solution. More...

#include <app_thermal_test.h>

Inheritance diagram for FuelCell::InitialSolution::AppThermalTestIC< dim >:
Inheritance graph
[legend]
Collaboration diagram for FuelCell::InitialSolution::AppThermalTestIC< dim >:
Collaboration graph
[legend]

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
 

Detailed Description

template<int dim>
class FuelCell::InitialSolution::AppThermalTestIC< dim >

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.

Constructor & Destructor Documentation

template<int dim>
FuelCell::InitialSolution::AppThermalTestIC< dim >::AppThermalTestIC ( const std::string &  type)

Constructor.

template<int dim>
virtual FuelCell::InitialSolution::AppThermalTestIC< dim >::~AppThermalTestIC ( )
inlinevirtual

Destructor.

Member Function Documentation

template<int dim>
virtual double FuelCell::InitialSolution::AppThermalTestIC< dim >::value ( const Point< dim > &  p,
const unsigned int  component = 0 
) const
virtual

This is the member function that computes the value of the initial solution for a given point.

Member Data Documentation

template<int dim>
std::string FuelCell::InitialSolution::AppThermalTestIC< dim >::case_type
private

The documentation for this class was generated from the following file: