Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modelling different elasto-plastic behaviour in tension and compression #52

Open
alda30 opened this issue Sep 16, 2020 · 3 comments
Open

Comments

@alda30
Copy link

alda30 commented Sep 16, 2020

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

@mkraska
Copy link
Collaborator

mkraska commented Sep 18, 2020

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
Copy link
Collaborator

mkraska commented Dec 28, 2021

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
Copy link
Collaborator

mkraska commented Feb 6, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants