UVCuniaxial (Updated Voce-Chaboche): Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
(Created page with "{{CommandManualMenu}} This command is used to construct an Updated Voce-Chaboche (UVC) material for uniaxial stress states. This material is a refined version of the classic...")
 
No edit summary
Line 23: Line 23:
| '''$b ''' || Isotropic hardening saturation rate, b > 0.
| '''$b ''' || Isotropic hardening saturation rate, b > 0.
|-
|-
|  '''$DInf ''' || Saturation rate of yield stress difference, a > 0. If DInf == 0, then a is arbitrary (but still a > 0).
|  '''$DInf ''' || Difference between initial and steady-state yield stresses, to neglect the model updates set DInf = 0.
|-
|-
|  '''$a ''' || Employed adaptive numerical algorithm (default value NM = 1; 1 = Dormand-Prince54, 2=adaptive finite difference)
|  '''$a ''' || Saturation rate of yield stress difference, a > 0. If DInf == 0, then a is arbitrary (but still a > 0).
|-
|-
|  '''$N ''' || Number of backstresses to define, N >= 1.
|  '''$N ''' || Number of backstresses to define, N >= 1.
Line 39: Line 39:


'''Examples:'''
'''Examples:'''
{|
 
|-
'''''1. Validation:'''''
| '''''1. Input parameters:'''''
 
|-
This first example compares the response of the UVC model with the built-in nonlinear isotropic/kinematic material model in Abaqus.
|-
For this validation the model updates are neglected by simply setting DInf = 0.0 and a = 1.0.
|}
The model parameters are:
 
E = 179800 MPa, fy = 318.5 MPa, QInf = 100.7 MPa, b = 8.0, DInf = 0.0 MPa, a = 1.0, C1 = 11608.2 MPa, gamma1 = 145.2, C2 = 1026.3 MPa, gamma2 = 4.7
 
Figure 1 shows that the two implementations agree to the level of machine precision.
The models used to generate the Abaqus and OpenSees responses can be found at https://github.com/ahartloper/UVC_MatMod.
[[File:UVC_Opensees_valid_s22.png|400px|center|thumb|Figure 1. Validation of UVC model with built-in nonlinear isotropic/kinematic material in Abaqus.]]
 
 
'''''2. Structural steels:'''''
 
To be added.
 
 
----
----



Revision as of 15:00, 13 October 2019




This command is used to construct an Updated Voce-Chaboche (UVC) material for uniaxial stress states. This material is a refined version of the classic nonlinear isotropic/kinematic hardening material model based on the Voce isotropic hardening law and the Chaboche kinematic hardening law. The UVC model contains an updated isotropic hardening law, with parameter constraints, to simulate the permanent decrease in yield stress with initial plastic loading associated with the discontinuous yielding phenomenon in mild steels. Details regarding the model, and implementation, can be found in the cited references at the end.

uniaxialMaterial UVCuniaxial $matTag $E $fy $QInf $b $DInf $a $N $C1 $gamma1 <$C2 $gamma2 $C3 $gamma3 … $C8 $gamma8>

$matTag Integer tag identifying the material.
$E Elastic modulus of the steel material.
$fy Initial yield stress of the steel material.
$QInf Maximum increase in yield stress due to cyclic hardening (isotropic hardening).
$b Isotropic hardening saturation rate, b > 0.
$DInf Difference between initial and steady-state yield stresses, to neglect the model updates set DInf = 0.
$a Saturation rate of yield stress difference, a > 0. If DInf == 0, then a is arbitrary (but still a > 0).
$N Number of backstresses to define, N >= 1.
$C1 Kinematic hardening parameter associated with backstress component 1.
$gamma1 Saturation rate of kinematic hardening associated with backstress component 1.
<$C2 $gamma2 $C3 $gamma3 … $C8 $gamma8> Additional backstress parameters, up to 8 may be specified. If C is specified, then the corresponding gamma must also be specified. Note that only the first N backstresses will be read by the parser.

Examples:

1. Validation:

This first example compares the response of the UVC model with the built-in nonlinear isotropic/kinematic material model in Abaqus. For this validation the model updates are neglected by simply setting DInf = 0.0 and a = 1.0. The model parameters are:

E = 179800 MPa, fy = 318.5 MPa, QInf = 100.7 MPa, b = 8.0, DInf = 0.0 MPa, a = 1.0, C1 = 11608.2 MPa, gamma1 = 145.2, C2 = 1026.3 MPa, gamma2 = 4.7

Figure 1 shows that the two implementations agree to the level of machine precision. The models used to generate the Abaqus and OpenSees responses can be found at https://github.com/ahartloper/UVC_MatMod.

Figure 1. Validation of UVC model with built-in nonlinear isotropic/kinematic material in Abaqus.


2. Structural steels:

To be added.



References:

[1] Hartloper, A. R., de Castro e Sousa A., and Lignos D.G. (2019). "Sensitivity of Simulated Steel Column Instabilities to Plasticity Model Assumptions". 12th Canadian Conference on Earthquake Engineering, Quebec City, QC, Canada.
[2] Hartloper, A. R., de Castro e Sousa A., and Lignos D.G. (2019). "A Nonlinear Isotropic/Kinematic Hardening Model for Materials with Discontinuous Yielding". Report No. 271062, Resilient Steel Structures Laboratory (RESSLab), EPFL, Lausanne, Switzerland.