Class for creating an uniaxial isotropic plastic material for one-dimensional elements.
More...
#include <Plastic1DJ2.hpp>
Class for creating an uniaxial isotropic plastic material for one-dimensional elements.
- See also
- Material.hpp
◆ Plastic1DJ2()
Plastic1DJ2::Plastic1DJ2 |
( |
const double |
E, |
|
|
const double |
nu, |
|
|
const double |
rho, |
|
|
const double |
K, |
|
|
const double |
H, |
|
|
const double |
SigmaY |
|
) |
| |
◆ ~Plastic1DJ2()
Plastic1DJ2::~Plastic1DJ2 |
( |
| ) |
|
◆ CommitState()
void Plastic1DJ2::CommitState |
( |
| ) |
|
|
virtual |
Perform converged material state update.
- Note
- This function sets the trail stress and strain as converged.
Implements Material.
◆ CopyMaterial()
std::unique_ptr<Material> Plastic1DJ2::CopyMaterial |
( |
| ) |
|
|
virtual |
◆ GetBulkModulus()
double Plastic1DJ2::GetBulkModulus |
( |
| ) |
const |
|
virtual |
Access bulk modulus.
- Returns
- The material bulk's modulus.
Implements Material.
◆ GetDamping()
Eigen::MatrixXd Plastic1DJ2::GetDamping |
( |
| ) |
const |
|
virtual |
Returns the material viscous damping.
- Returns
- Vector with the material damping components.
- See also
- Plastic1DJ2::Damping.
Implements Material.
◆ GetDensity()
double Plastic1DJ2::GetDensity |
( |
| ) |
const |
|
virtual |
◆ GetElasticityModulus()
double Plastic1DJ2::GetElasticityModulus |
( |
| ) |
const |
|
virtual |
Access modulus of elasticity.
- Returns
- The material Elasticity's (E) modulus.
- See also
- Plastic1DJ2::E.
Implements Material.
◆ GetEnergy()
double Plastic1DJ2::GetEnergy |
( |
| ) |
const |
|
virtual |
Access the material's energy at current strain.
- Returns
- Scalar with the material energy value.
Implements Material.
◆ GetInitialTangentStiffness()
Eigen::MatrixXd Plastic1DJ2::GetInitialTangentStiffness |
( |
| ) |
const |
|
virtual |
Returns the initial material stiffness.
- Returns
- Matrix with the initial material tangent stiffness matrix.
- Note
- The initial tangent stiffness matrix is computed when the strain vector is zero.
Implements Material.
◆ GetPoissonRatio()
double Plastic1DJ2::GetPoissonRatio |
( |
| ) |
const |
|
virtual |
◆ GetShearModulus()
double Plastic1DJ2::GetShearModulus |
( |
| ) |
const |
|
virtual |
Access shear modulus.
- Returns
- The material shear's modulus.
Implements Material.
◆ GetStrain()
Eigen::VectorXd Plastic1DJ2::GetStrain |
( |
| ) |
const |
|
virtual |
◆ GetStrainRate()
Eigen::VectorXd Plastic1DJ2::GetStrainRate |
( |
| ) |
const |
|
virtual |
Returns the material strain rate.
- Returns
- Vector with the material strain-rate components.
- Note
- The strain-rate can be revisited in Plastic1DJ2.
- See also
- Plastic1DJ2::StrainRate.
Implements Material.
◆ GetStress()
Eigen::VectorXd Plastic1DJ2::GetStress |
( |
| ) |
const |
|
virtual |
◆ GetTangentStiffness()
Eigen::MatrixXd Plastic1DJ2::GetTangentStiffness |
( |
| ) |
const |
|
virtual |
◆ GetTotalStress()
Eigen::VectorXd Plastic1DJ2::GetTotalStress |
( |
| ) |
const |
|
virtual |
Computes the material total stress.
- Returns
- Vector with the material total stress components.
- See also
- Plastic1DJ2::Stress.
Implements Material.
◆ InitialState()
void Plastic1DJ2::InitialState |
( |
| ) |
|
|
virtual |
Brings the material states to its initial state in the element.
- Note
- This funtion returns the material states to the beginning.
Implements Material.
◆ ReverseState()
void Plastic1DJ2::ReverseState |
( |
| ) |
|
|
virtual |
Reverse the material states to previous converged state.
- Note
- This funtion returns the material states to previous converged states.
Implements Material.
◆ UpdateState()
void Plastic1DJ2::UpdateState |
( |
const Eigen::VectorXd |
strain, |
|
|
const unsigned int |
cond |
|
) |
| |
|
virtual |
Update the material state for this iteration.
- Parameters
-
strain | Vector with the strain components at this Gauss-point. |
cond | If the the elastic/plastic material components will be updated. |
- Note
- This function computes the strain and tanget stiffness matrix once the trial strain converged.
Implements Material.
◆ alpha
double Plastic1DJ2::alpha |
|
private |
Internal hardening variable.
◆ alpha_n
double Plastic1DJ2::alpha_n |
|
private |
Internal hardening variable at time n.
◆ BackStress
Eigen::VectorXd Plastic1DJ2::BackStress |
|
private |
◆ BackStress_n
Eigen::VectorXd Plastic1DJ2::BackStress_n |
|
private |
Kinematic hardening modulus.
◆ nu
◆ PlasticStrain
Eigen::VectorXd Plastic1DJ2::PlasticStrain |
|
private |
◆ PlasticStrain_n
Eigen::VectorXd Plastic1DJ2::PlasticStrain_n |
|
private |
Plastic strain at time n.
◆ Rho
◆ SigmaY
double Plastic1DJ2::SigmaY |
|
private |
◆ Strain
Eigen::VectorXd Plastic1DJ2::Strain |
|
private |
◆ Strain_n
Eigen::VectorXd Plastic1DJ2::Strain_n |
|
private |
◆ Stress
Eigen::VectorXd Plastic1DJ2::Stress |
|
private |
◆ Stress_n
Eigen::VectorXd Plastic1DJ2::Stress_n |
|
private |
◆ TangentStiffness
Eigen::MatrixXd Plastic1DJ2::TangentStiffness |
|
private |
Consistent tangent stiffness.
◆ TangentStiffness_n
Eigen::MatrixXd Plastic1DJ2::TangentStiffness_n |
|
private |
Consistent tangent stiffness at time n.