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_pemfc_nonisothermal.h>
Public Member Functions | |
AppPemfcNIThermalIC (FuelCell::OperatingConditions *OC, boost::shared_ptr< FuelCellShop::Geometry::GridBase< dim > > grid, FuelCell::SystemManagement *system_mgmt) | |
Constructor. More... | |
~AppPemfcNIThermalIC () | |
Destructor. More... | |
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. More... | |
Private Attributes | |
FuelCell::OperatingConditions * | OC |
Operating conditions class object. More... | |
boost::shared_ptr < FuelCellShop::Geometry::GridBase < dim > > | grid |
Geometry class object. More... | |
FuelCell::SystemManagement * | system |
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::AppPemfcNIThermalIC< dim >::AppPemfcNIThermalIC | ( | FuelCell::OperatingConditions * | OC, |
boost::shared_ptr< FuelCellShop::Geometry::GridBase< dim > > | grid, | ||
FuelCell::SystemManagement * | system_mgmt | ||
) |
Constructor.
FuelCell::InitialSolution::AppPemfcNIThermalIC< dim >::~AppPemfcNIThermalIC | ( | ) |
Destructor.
void FuelCell::InitialSolution::AppPemfcNIThermalIC< 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.
|
private |
Geometry class object.
|
private |
Operating conditions class object.
|
private |