Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions
MaximumShearStressHypothesis< dim > Class Template Reference

Maximum shear stress hypothesis (Tresca) More...

#include <equivalentStress.hh>

Inheritance diagram for MaximumShearStressHypothesis< dim >:
Inheritance graph
[legend]
Collaboration diagram for MaximumShearStressHypothesis< dim >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual Real operator() (concepts::Mapping< Real, dim > &sigma) const
 calculate equivalent stress from stress tensor sigma
virtual concepts::Point< Real,
dim > 
principalStresses (concepts::Mapping< Real, dim > &sigma) const
 calculate principal stresses

Detailed Description

template<int dim>
class MaximumShearStressHypothesis< dim >

Maximum shear stress hypothesis (Tresca)

Author:
Christoph Winkelmann, 2004

Definition at line 47 of file equivalentStress.hh.


Member Function Documentation

template<int dim>
virtual Real MaximumShearStressHypothesis< dim >::operator() ( concepts::Mapping< Real, dim > &  sigma) const [virtual]

calculate equivalent stress from stress tensor sigma

Implements EquivalentStressHypothesis< dim >.

template<int dim>
virtual concepts::Point<Real, dim> EquivalentStressHypothesis< dim >::principalStresses ( concepts::Mapping< Real, dim > &  sigma) const [virtual, inherited]

calculate principal stresses


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

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)