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::AppLaplaceIC< dim > Class Template Reference

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

#include <app_laplace.h>

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

Public Member Functions

 AppLaplaceIC (FuelCell::OperatingConditions *)
 Constructor.
 
 ~AppLaplaceIC ()
 Destructor.
 
double value (const Point< dim > &p, unsigned int) const
 
void vector_value (const Point< dim > &p, Vector< double > &v) const
 This is the member function that computes the value of the initial solution for a given point.
 

Private Attributes

FuelCell::OperatingConditionsOC
 Operating conditions class object.
 

Detailed Description

template<int dim>
class FuelCell::InitialSolution::AppLaplaceIC< 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

Constructor.

Destructor.

Member Function Documentation

template<int dim>
double FuelCell::InitialSolution::AppLaplaceIC< dim >::value ( const Point< dim > &  p,
unsigned  int 
) const
template<int dim>
void FuelCell::InitialSolution::AppLaplaceIC< dim >::vector_value ( const Point< dim > &  p,
Vector< double > &  v 
) const

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

Member Data Documentation

Operating conditions class object.


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