17 #ifndef _FUELCELLSHOP__CARBON_H
18 #define _FUELCELLSHOP__CARBON_H
28 namespace FuelCellShop
134 virtual void initialize (ParameterHandler ¶m);
144 virtual boost::shared_ptr<FuelCellShop::Material::CatalystSupportBase >
create_replica ()
double thermal_conductivity
Thermal conductivity [W/(cm-K )] of catalyst support extrapolated to 100% solid phase.
Definition: catalyst_support_base.h:253
virtual double get_thermal_conductivity() const
Obtain the thermal conductivity [W/(cm-K )] of carbon black support material.
Definition: carbon.h:103
~CarbonBlack()
Destructor.
CarbonBlack()
Constructor The constructor initialize parameters using the default values.
Class characterizing a carbon black support.
Definition: carbon.h:68
static const std::string concrete_name
Name of the class.
Definition: carbon.h:76
static CarbonBlack const * PROTOTYPE
Create prototype for the layer.
Definition: carbon.h:151
This class implements the interface to compute the properties of a "standard" catalyst support...
Definition: catalyst_support_base.h:47
virtual boost::shared_ptr< FuelCellShop::Material::CatalystSupportBase > create_replica()
This member function is used to create an object of type carbon black material.
Definition: carbon.h:144
double density
Density of catalyst support [gm/cm^3].
Definition: catalyst_support_base.h:256
virtual void declare_parameters(ParameterHandler ¶m) const
Declare parameters.
virtual double get_density() const
Obtain the density [gm/cm^3] of carbon black support material.
Definition: carbon.h:109
double electrical_conductivity
Electrical conductivity [S/cm] of catalyst support extrapolated to 100% solid phase.
Definition: catalyst_support_base.h:250
virtual void initialize(ParameterHandler ¶m)
Member function used to read in data and initialize the necessary data from the parameter file to com...
virtual double get_electrical_conductivity() const
Obtain the electrical conductivity [S/cm] of carbon black support material.
Definition: carbon.h:97