basso::ElasticityFormulation Class Reference

Formulation for small strain continuum elasticity elements. More...

#include <ElasticityFormulation.h>

Inheritance diagram for basso::ElasticityFormulation:

basso::StructuralFormulation basso::Formulation List of all members.

Public Member Functions

 ElasticityFormulation (list< Element > &elem, const Array< Node > &nodes, const Material *material, Numeric t=1.0, StressStateType ss=kSTRESS_3D)
 ~ElasticityFormulation ()

Protected Member Functions

virtual void SetCMatrix ()
void CheckElements () const
void Initialize (Numeric t)

Detailed Description

Formulation for small strain continuum elasticity elements.

This class is for 2D and 3D formulations of continuum elements with elasticity. This is not for structural elements like trusses, shells and beams. This class requires that the following enumerated type be declared

enum Dofs { kDISPx, kDISPy, kDISPz };

Definition at line 36 of file ElasticityFormulation.h.


Constructor & Destructor Documentation

basso::ElasticityFormulation::ElasticityFormulation ( list< Element > &  elem,
const Array< Node > &  nodes,
const Material material,
Numeric  t = 1.0,
StressStateType  ss = kSTRESS_3D 
) [inline]

constructor

Definition at line 46 of file ElasticityFormulation.h.

References CheckElements(), basso::StructuralFormulation::fMat, and basso::Formulation::Initialize().


Member Function Documentation

virtual void basso::ElasticityFormulation::SetCMatrix (  )  [inline, protected, virtual]

sets the material stiffness matrix

Implements basso::StructuralFormulation.

Definition at line 63 of file ElasticityFormulation.h.

References basso::Material::ComputeTangentStiffness(), and basso::StructuralFormulation::fMat.

void basso::ElasticityFormulation::CheckElements (  )  const [protected]

checks if elements are to the correct dimension. If they are not a warning message is issued.

Definition at line 88 of file ElasticityFormulation.h.

References basso::Formulation::fElement, and basso::Formulation::mSdim.

Referenced by ElasticityFormulation().

void basso::ElasticityFormulation::Initialize ( Numeric  t  )  [protected]

initializes the formulation parameters

Definition at line 78 of file ElasticityFormulation.h.

References basso::Formulation::activeLocalDofs, basso::StressState::Dimension(), basso::StructuralFormulation::fStressState, and basso::Formulation::mSdim.


The documentation for this class was generated from the following file:
Generated on Sat Jan 19 09:03:58 2008 for Basso by  doxygen 1.5.2