17 #ifndef _FUELCELLSHOP_MATERIAL_PLATE_GRAPHITE__H
18 #define _FUELCELLSHOP_MATERIAL_PLATE_GRAPHITE__H
21 #include <deal.II/base/parameter_handler.h>
22 #include <deal.II/base/point.h>
23 #include <deal.II/base/function.h>
24 #include <deal.II/lac/vector.h>
30 namespace FuelCellShop
const std::string name
Name of the layer.
Definition: base_material.h:155
void initialize(ParameterHandler ¶m)
Member function used to read in data and initialize the necessary data to compute the coefficients...
Class to compute the properties of graphite used in bipolar plates.
Definition: material_plate_graphite.h:47
void declare_parameters(ParameterHandler ¶m) const
Declare parameters.
Base class for developing bipolar plate materials.
Definition: material_plate_base.h:47
double get_electron_conductivity() const
Member function to compute the electron conductivity (Isotropic properties).
MaterialPlateGraphite(std::string name)
Constructor.
~MaterialPlateGraphite()
Destructor.
void get_electron_conductivity_derivative(double &, std::vector< double > &) const
Member function to compute the derivatives of the electron conductivity (Isotropic properties) with r...