12 #ifndef _FUELCELLSHOP__CARBON_FIBER_H
13 #define _FUELCELLSHOP__CARBON_FIBER_H
23 namespace FuelCellShop
57 const std::type_info& info =
typeid(*this);
59 <<
" called in Class "
60 << info.name() << std::endl;
70 const std::type_info& info =
typeid(*this);
72 <<
" called in Class "
73 << info.name() << std::endl;
void declare_parameters(ParameterHandler ¶m) const
Declare parameters.
const std::string name
Name of the layer.
Definition: base_material.h:155
Definition: fiber_base.h:25
double electrical_conductivity
Electrical conductivity of carbon fibers extrapolated to 100% solid phase.
Definition: fiber_base.h:115
double get_derivative_thermal_conductivity() const
Definition: carbon_fiber.h:68
double thermal_conductivity
Thermal conductivity of carbon fibers extrapolated to 100% solid phase.
Definition: fiber_base.h:121
double get_electrical_conductivity() const
Obtain the electrical conductivity.
Definition: carbon_fiber.h:49
Definition: carbon_fiber.h:27
FCSTLogStream log
Object used to output data to file and, if file attached recorded to a file as well.
double get_density() const
Obtain the density.
Definition: carbon_fiber.h:78
double density
Density of carbon fibers.
Definition: fiber_base.h:123
double get_thermal_conductivity() const
Obtain the thermal conductivity.
Definition: carbon_fiber.h:65
CarbonFiber(std::string name="Carbon Fiber")
Constructor The constructor initialize parameters using the default values.
~CarbonFiber()
Destructor.
double get_derivative_electrical_conductivity() const
Definition: carbon_fiber.h:55
void initialize(ParameterHandler ¶m)
Initialize.