OpenFCST: The open-source Fuel Cell Simulation Toolbox
|
This class describes a solid. More...
#include <experimental_solid.h>
Public Member Functions | |
Constructors, destructor, and initialization | |
ExperimentalSolid (const std::string &name) | |
Constructor. More... | |
virtual | ~ExperimentalSolid () |
Destructor. More... | |
virtual void | declare_parameters (ParameterHandler ¶m) const |
Declare parameters. More... | |
virtual void | initialize (ParameterHandler ¶m) |
Initialize parameters. More... | |
Public Member Functions inherited from FuelCellShop::Material::BaseMaterial | |
void | set_derivative_flags (const std::vector< VariableNames > &flags) |
Set the names of FCST solution variables with respect to which you would like to compute the derivatives of material properties. More... | |
const std::string & | name_material () const |
Return the name of the layer. More... | |
virtual void | print_material_properties () const |
This function prints out the material properties. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from FuelCellShop::Material::BaseMaterial | |
BaseMaterial () | |
Constructor. More... | |
BaseMaterial (const std::string &name) | |
Constructor. More... | |
virtual | ~BaseMaterial () |
Destructor. More... | |
Protected Attributes inherited from FuelCellShop::Material::BaseMaterial | |
const std::string | name |
Name of the layer. More... | |
std::vector< VariableNames > | derivative_flags |
Flags for derivatives: These flags are used to request derivatives of material properties. More... | |
This class describes a solid.
The functionality of this class can be extended if needed.
FuelCellShop::Material::ExperimentalSolid::ExperimentalSolid | ( | const std::string & | name | ) |
Constructor.
|
virtual |
Destructor.
|
virtual |
Declare parameters.
Reimplemented from FuelCellShop::Material::BaseMaterial.
|
virtual |
Initialize parameters.
Reimplemented from FuelCellShop::Material::BaseMaterial.