Damage2p: Difference between revisions
No edit summary |
No edit summary |
||
Line 35: | Line 35: | ||
The material formulations for the Damage2p object are "ThreeDimensional" and "PlaneStrain" | The material formulations for the Damage2p object are "ThreeDimensional" and "PlaneStrain" | ||
== NOTES == | == NOTES == | ||
Line 65: | Line 58: | ||
2. Default values: The Damage2p object hve the following defualt parameters: | |||
{| | {| | ||
| style="width:80px" | '''$fct''' || = 0.1*abs(fcc) | | style="width:80px" | '''$fct''' || = 0.1*abs(fcc) | ||
Line 88: | Line 81: | ||
|} | |} | ||
== Development Team == | |||
This code has been Developed by: <span style="color:blue">Leopoldo Tesser - Dept. DICEA - Univeristy of Padua - Italy</span>, | |||
contact: <span style="color:blue">leopoldo.tesser AT dicea.unipd.it</span> | |||
==References== | ==References== |
Revision as of 04:08, 26 September 2012
- Command_Manual
- Tcl Commands
- Modeling_Commands
- model
- uniaxialMaterial
- ndMaterial
- frictionModel
- section
- geometricTransf
- element
- node
- sp commands
- mp commands
- timeSeries
- pattern
- mass
- block commands
- region
- rayleigh
- Analysis Commands
- Output Commands
- Misc Commands
- DataBase Commands
This command is used to construct a three-dimensional material object that has a Drucker-Prager plasticity model coupled with a two-parameter damage model.
nDMaterial Damage2p $matTag $fcc <-fct $fct> <-E $E> <-ni $ni> <-Gt $Gt> <-Gc $Gc> <-rho_bar $rho_bar> <-H $H> <-theta $theta> <-tangent $tangent> |
$matTag | integer tag identifying material |
$fcc | concrete compressive strength |
$fct | optional concrete tensile strength |
$E | optional Young modulus |
$ni | optional Poisson coefficient |
$Gt | optional tension fracture energy density |
$Gc | optional compression fracture energy density |
$rho_bar | ptional parameter of plastic volume change |
$H | optional linear hardening parameter for plasticity |
$theta | optional ratio between isotropic and kinematic hardening |
$tangent | optional integer to choose the computational stiffness matrix |
The material formulations for the Damage2p object are "ThreeDimensional" and "PlaneStrain"
NOTES
1. Admissible values: The input parameters vary as follows:
$fcc | negative real value (positive input is changed in sign automatically) |
$fct | positive real value (for concrete like materials is less than $fcc) |
$Gt | positive real value (integral of the stress-strain envelope in tension) |
$Gc | positive real value (integral of the stress-strain envelope after the peak in compression) |
$rhoBar | positive real value 0=rhoBar<sqrt(2/3) |
$H | positive real value (usually less than $E) |
$theta | positive real value 0=$theta=1 (with: 0 hardening kinematic only and 1 hardening isotropic only |
$tangent | 0: computational tangent; 1: damaged secant stiffness (hint: in case of strong nonlinearities use it with Krylov-Newton algorithm) |
2. Default values: The Damage2p object hve the following defualt parameters:
$fct | = 0.1*abs(fcc) | |||
$E | = 4750*sqrt(abs(fcc)) if abs(fcc)<2000 because fcc is assumed in MPa (see ACI 318)
= 57000*sqrt(abs(fcc)) if abs(fcc)>2000 because fcc is assumed in psi (see ACI 318) | |||
$ni' | = 0.15 (from comparison with tests by Kupfer Hilsdorf Rusch 1969) | |||
'$Gt | = 1840*fct*fct/E (from comparison with tests by Gopalaratnam and Shah 1985) | |||
$Gc | = 6250*fcc*fcc/E (from comparison with tests by Karsan and Jirsa 1969) | |||
$rhoBar | = 0.2 (from comparison with tests by Kupfer Hilsdorf Rusch 1969) | |||
$H | = 0.25*E (from comparison with tests by Karsan and Jirsa 1969 and Gopalaratnam and Shah 1985) | |||
'$theta | = 0.5 (from comparison with tests by Karsan and Jirsa 1969 and Gopalaratnam and Shah 1985) | _ | $tangent | = 0 |
Development Team
This code has been Developed by: Leopoldo Tesser - Dept. DICEA - Univeristy of Padua - Italy,
contact: leopoldo.tesser AT dicea.unipd.it
References
Tesser L.,"Efficient 3-D plastic damage model for cyclic inelastic analysis of concrete structures", Report of the University of Padua, Italy, 2012. (soon available at paduareserach.cab.unipd.it)
Petek K.A., "Development and application of mixed beam-solid models for analysis of soil-pile interaction problems", Ph.D. dissertation, Univerisity of Washington, USA, 2006