Logo  0.95.0-final
Finite Element Embedded Library and Language in C++
Feel++ Feel++ on Github Feel++ community
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Feel::Material Class Referenceabstract

#include <material.hpp>

Detailed Description

Material base class.

Author
Christophe Prud'homme
See Also
+ Inheritance diagram for Feel::Material:

Public Member Functions

Constructors, destructor
 Material (std::string const &name)
 
 Material (Material const &)
 
virtual ~Material ()
 
Accessors
std::string const & name () const
 
virtual double k () const =0
 thermal conductivity in $ W/(m*K) $
 
virtual double rho () const =0
 density in $ kg/m^3 $
 
virtual double C () const =0
 thermal capacity in $ J/(kg*K) $
 
virtual double nu () const =0
 Poisson coefficient.
 
virtual double E () const =0
 Young modulus in $ Pa $.
 

Protected Attributes

std::string M_name
 name of the material
 

Member Function Documentation

std::string const& Feel::Material::name ( ) const
inline
Returns
the name of the material

References M_name.


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

Generated on Sun Oct 20 2013 08:25:08 for Feel++ by doxygen 1.8.4