Material_Library > 3dMaterials > InelJ2PwLH3dto1dMat
InelJ2PwLH3dto1dMat
Purpose
inelastic 1d response of J2 plastic material with linear kinematic and isotropic hardening
Synopsis
MatResp = InelJ2PwLH3dto1dMat (action,MatNo,MatData,MatState)
Description
INELJ2PwLH3to1DMAT inelastic 1d response of J2 plastic material with linear kinematic and isotropic hardening
MATRESP = INELJ2PwLH3to1DMAT (ACTION,MAT_NO,MATDATA,MATSTATE)
function determines the 1d stress-strain response of a 3d material model
based on J2 plasticity with isotropic and kinematic hardening under uniaxial strain
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
the character variable ACTION should have one of the following values
ACTION = 'chec' function checks material property data for omissions and returns default values in MATDATA
'init' function returns the material history variables in MATSTATE
'forc' function returns the material stress (tensor) in MATSTATE
'stif' function returns the material tangent modulus and the stress (tensor) in MATSTATE
'post' function returns data structure MATPOST with post-processing information
depending on the value of character variable ACTION the function returns information in data structure MATRESP
for the material with number MAT_NO; data structure MATDATA supplies the material property data
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
data structure MATRESP stands for one of the following data objects depending on value of ACTION
MATRESP = MATDATA for action = 'chec'
MATRESP = MATSTATE for action = 'init'
MATRESP = MATSTATE for action = 'stif'
MATRESP = MATSTATE for action = 'forc'
MATRESP = MATPOST for action = 'post'
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
MATSTATE is a data structure with information about the current material state in fields
eps = total strain
Deps = strain increments from last convergence
DDeps = strain increments from last iteration
epsdot = strain rate
km = material stiffness matrix; returned under ACTION = 'stif'
sig = stress; returned under ACTION = 'stif' or 'forc'
Past = material history variables at last converged state
Pres = current values of material history variables
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
MATDATA is a data structure with material property information; it has the fields
E = initial modulus
nu = Poisson ratio
fy = yield strength
Hi = isotropic hardening modulus
Hk = kinematic hardening modulus
tol = tolerance value for stress condensation
maxiter = maximum number of iterations for for stress condensation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
MATPOST is a data structure with material response information for post-processing in fields
eps = strain
sig = stress
eps_p = plastic strain
Cross-Reference Information
This function calls: