CalculiX-Examples icon indicating copy to clipboard operation
CalculiX-Examples copied to clipboard

Modelling different elasto-plastic behaviour in tension and compression

Open alda30 opened this issue 4 years ago • 3 comments

Hi,

I'm trying to model a fibre reinforced concrete beam with different stiffness and stress-strain curve in tension and compression. How should I implement this model? Can I simply add the compression with negative values as below: (example numbers) *plastic -1200,-1 -100,-0.1 20,0.1 120,1

Thanks in advance for your help and assistance.

Alex

alda30 avatar Sep 16 '20 07:09 alda30

I don't think that this approach will work, because the stress-strain curve is defined in terms of equivalent stress and equivalent strain, which both can't be negative.

mkraska avatar Sep 18 '20 16:09 mkraska

Theoretically, a non-symmetric stress-strain curve (yield curve) could be obtained by using kinematic hardening with non-zero initial back stress. This, however, would not affect stiffness.

mkraska avatar Dec 28 '21 14:12 mkraska

How about a combination of compression-only and linear elastic material? Essentially, you copy each element and assign the second material to the copies.

mkraska avatar Feb 06 '22 15:02 mkraska