12 #ifndef _FUELCELLSHOP__CARBON_FIBER_H
13 #define _FUELCELLSHOP__CARBON_FIBER_H
19 namespace FuelCellShop
53 const std::type_info& info =
typeid(*this);
55 <<
" called in Class "
56 << info.name() << std::endl;
66 const std::type_info& info =
typeid(*this);
68 <<
" called in Class "
69 << 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:23
double electrical_conductivity
Electrical conductivity of carbon fibers extrapolated to 100% solid phase.
Definition: fiber_base.h:113
double get_derivative_thermal_conductivity() const
Definition: carbon_fiber.h:64
double thermal_conductivity
Thermal conductivity of carbon fibers extrapolated to 100% solid phase.
Definition: fiber_base.h:119
double get_electrical_conductivity() const
Obtain the electrical conductivity.
Definition: carbon_fiber.h:45
Definition: carbon_fiber.h:23
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:74
double density
Density of carbon fibers.
Definition: fiber_base.h:121
double get_thermal_conductivity() const
Obtain the thermal conductivity.
Definition: carbon_fiber.h:61
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:51
void initialize(ParameterHandler ¶m)
Initialize.