47 #ifndef J2PlaneStrain_h 48 #define J2PlaneStrain_h 82 #include "J2Plasticity.h" 95 static Matrix tangent_matrix;
109 double viscosity = 0 );
115 const std::string &
getType( )
const;
Float vector abstraction.
Definition: Vector.h:94
Base class for J2 isotropic hardening materials.The von Mises theory is often called “J2 plasticityâ€...
Definition: J2Plasticity.h:97
int setTrialStrainIncr(const Vector &v)
Set trial strain increment.
Definition: J2PlaneStrain.cpp:165
int revertToStart()
Revert the material to its initial state.
Definition: J2PlaneStrain.cpp:271
J2 Isotropic hardening material class for plane strain problems.
Definition: J2PlaneStrain.h:89
const Vector & getStress(void) const
send back the stress
Definition: J2PlaneStrain.cpp:191
const Matrix & getTangent(void) const
send back the tangent
Definition: J2PlaneStrain.cpp:201
int revertToLastCommit()
Revert to the last committed state.
Definition: J2PlaneStrain.cpp:266
int getOrder() const
send back order of strain in vector form
Definition: J2PlaneStrain.cpp:139
int commitState()
Commit the state of the material.
Definition: J2PlaneStrain.cpp:258
J2PlaneStrain(int tag=0)
Constructor.
Definition: J2PlaneStrain.cpp:96
Base class for 2D and 3D materials.
Definition: NDMaterial.h:101
const Matrix & getInitialTangent(void) const
Return the material initial stiffness.
Definition: J2PlaneStrain.cpp:229
NDMaterial * getCopy(void) const
make a clone of this material
Definition: J2PlaneStrain.cpp:128
const Vector & getStrain(void) const
send back the strain
Definition: J2PlaneStrain.cpp:180
const std::string & getType() const
send back type of material
Definition: J2PlaneStrain.cpp:134
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
Matrix of floats.
Definition: Matrix.h:111
int setTrialStrain(const Vector &strain_from_element)
get the strain and integrate plasticity equations
Definition: J2PlaneStrain.cpp:144