We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.

Ansys Learning Forum Forums Discuss Simulation General Mechanical Cast iron model for Engineered cementitious concrete Reply To: Cast iron model for Engineered cementitious concrete

onur gorur
Subscriber

 

The elastic modulus for the tension and compression is different as you can see from the experimental data. I tried to correct the code, but the problem still persists. Here is the corrected code. I inserted an additional data point for zero strain and yield stress. However, the second data for tension and compression already has the yield stress values. Therefore, I am a bit confused about what to do. Do you have some other recommendations? I am also including the link to the paper where I got the input parameters for the FEM. 

https://www.sciencedirect.com/science/article/pii/S0950061823029884

/prep7
 
mp,ex,1,20600.0  !Elastic modulus
mp,nuxy, 1,0.15  !Poisson ratio
 
!Define cast iron model
TB,CAST,1,,,ISOTROPIC
 
TB,CAST,1,1,4,TENSION
TBPT,,0.0,3.50
TBPT,,0.0002,3.50
TBPT,,0.0007,3.9
TBPT,,0.0127,4.40
 
 
TB,CAST,1,1,3,COMPRESSION
TBPT,,0.0,18.50
TBPT,,0.0009,18.5
TBPT,,0.0023,47.3

Â