OpenFCST: The open-source Fuel Cell Simulation Toolbox
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members
FuelCellShop::Material::ExperimentalSolid Class Reference

This class describes a solid. More...

#include <experimental_solid.h>

Inheritance diagram for FuelCellShop::Material::ExperimentalSolid:
Inheritance graph
[legend]
Collaboration diagram for FuelCellShop::Material::ExperimentalSolid:
Collaboration graph
[legend]

Public Member Functions

Constructors, destructor, and initialization
 ExperimentalSolid (const std::string &name)
 Constructor. More...
 
virtual ~ExperimentalSolid ()
 Destructor. More...
 
virtual void declare_parameters (ParameterHandler &param) const
 Declare parameters. More...
 
virtual void initialize (ParameterHandler &param)
 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< VariableNamesderivative_flags
 Flags for derivatives: These flags are used to request derivatives of material properties. More...
 

Detailed Description

This class describes a solid.

The functionality of this class can be extended if needed.

Author
Valentin N. Zingan, 2012

Constructor & Destructor Documentation

FuelCellShop::Material::ExperimentalSolid::ExperimentalSolid ( const std::string &  name)

Constructor.

virtual FuelCellShop::Material::ExperimentalSolid::~ExperimentalSolid ( )
virtual

Destructor.

Member Function Documentation

virtual void FuelCellShop::Material::ExperimentalSolid::declare_parameters ( ParameterHandler &  param) const
virtual

Declare parameters.

Reimplemented from FuelCellShop::Material::BaseMaterial.

virtual void FuelCellShop::Material::ExperimentalSolid::initialize ( ParameterHandler &  param)
virtual

Initialize parameters.

Reimplemented from FuelCellShop::Material::BaseMaterial.


The documentation for this class was generated from the following file: