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

Public Member Functions
MaximumPrincipalStressHypothesis< dim > Class Template Reference

Maximum principal stress hypothesis. More...

#include <equivalentStress.hh>

Inheritance diagram for MaximumPrincipalStressHypothesis< dim >:
Inheritance graph
[legend]
Collaboration diagram for MaximumPrincipalStressHypothesis< 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 MaximumPrincipalStressHypothesis< dim >

Maximum principal stress hypothesis.

Author:
Christoph Winkelmann, 2004

Definition at line 34 of file equivalentStress.hh.


Member Function Documentation

template<int dim>
virtual Real MaximumPrincipalStressHypothesis< 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)