UNDER CONSTRUCTION.

ElasticPPModel

#include <material/ElasticPPModel.h>

class ElasticPPMaterial: public MaterialModel

TaggedObject
MovableObject
MaterialModel
UniaxialMaterial


ElasticPPMaterial provides the abstraction of an elastic perfectly plastic uniaxial material, i.e. the stress-strain relationship is given by the linear equation \(\sigma = E * \epsilon\) while the material is elastic and \(| \sigma = E * \epsilon_p |\) while the material is undergoing plastic deformation. SOME MORE THEORY.

// Constructor


// Destructor


// Public Methods





// Public Methods for Output


Back to top