Main Page   Modules   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages  

IFEOMaterial Struct Reference

#include <hyp.fem.interfaces.h>

Inheritance diagram for IFEOMaterial::

CFEOMaterials List of all members.

Public Methods

virtual void SetYoung (const t_real &Scalar)=0
virtual t_real GetYoung () const=0
virtual void SetPoisson (const t_real &Scalar)=0
virtual t_real GetPoisson () const=0

Detailed Description

Each body or part of the body is characterized by a material: Each material could be described by a set of numerical data. So this interface provides a subset of figures which are essential for the study of the deformation of solids.
Invariants
Here are the listing of the invariants. The implementation have to follow these invariant.
Key words
See also the following key words:
IID
Here is the Interface Identifier (IID) of the interface:


Member Function Documentation

virtual t_real IFEOMaterial::GetPoisson   const [pure virtual]
 

Gets the POisson Coefficient of the component.

Reimplemented in CFEOMaterials.

virtual t_real IFEOMaterial::GetYoung   const [pure virtual]
 

Gets the Young Modulus of the component.

Reimplemented in CFEOMaterials.

virtual void IFEOMaterial::SetPoisson const t_real &   Scalar [pure virtual]
 

Sets the Poisson Coefficient of the component.

Parameters:
Scalar   Poisson coefficient

Reimplemented in CFEOMaterials.

virtual void IFEOMaterial::SetYoung const t_real &   Scalar [pure virtual]
 

Sets the Young Modulus of the component.

Parameters:
Scalar   Young Modulus

Reimplemented in CFEOMaterials.


The documentation for this struct was generated from the following file:
Top of Page
written by Pierre Rebours © 2000-2001. Terms of Use.