17 #ifndef _FCST_FUELCELLSHOP_MATERIAL_EXPERIMENTAL_SOLID_H_
18 #define _FCST_FUELCELLSHOP_MATERIAL_EXPERIMENTAL_SOLID_H_
22 namespace FuelCellShop
63 virtual void initialize(ParameterHandler& param);
ExperimentalSolid(const std::string &name)
Constructor.
This class describes a solid.
Definition: experimental_solid.h:38
const std::string name
Name of the layer.
Definition: base_material.h:155
virtual void declare_parameters(ParameterHandler ¶m) const
Declare parameters.
virtual ~ExperimentalSolid()
Destructor.
virtual void initialize(ParameterHandler ¶m)
Initialize parameters.
Virtual class used to provide the interface for all material classes.
Definition: base_material.h:54