DamageTC3D

STKO Team
Posts: 3066
Joined: Tue Oct 29, 2019 8:45 am

Re: DamageTC3D

Post by STKO Team » Tue May 31, 2022 1:43 pm

Probably I did not explain it well.
The characteristic length of the specimen is the length they used for computing the strain. Typically they place LVDTs, and they measure the relative displacement between them, dividing it by the distance between the LVDT's ends.

Typically it is a fraction of the full height of the specimen:
spec_lch.png
spec_lch.png (422.25 KiB) Viewed 4717 times
Also, you should fix Ux and Uy also on the top face.
Alternatively, if you want to be more precise, you should use contact with the friction coefficient of concrete-to-steel.

cqf_2232
Posts: 79
Joined: Fri Dec 10, 2021 1:00 am

Re: DamageTC3D

Post by cqf_2232 » Wed Jun 01, 2022 11:30 am

Thanks for your clarification. The Gc value I estimated from the reference is 17.3 N/mm (fc=34.5Mpa), but the results of my model are very different from the results of the stress-strain curve obtained from the "material test", is this the reason for my model?
Attachments
Gc=17.3.png
Gc=17.3.png (27.56 KiB) Viewed 4711 times

STKO Team
Posts: 3066
Joined: Tue Oct 29, 2019 8:45 am

Re: DamageTC3D

Post by STKO Team » Fri Jun 03, 2022 8:10 am

Is the background curve (in the monitor) the stress-strain curve from the experimental results?
If yes, could you provide some information about how they computed the strain from the displacement? More specifically, I need the distance between the LVDTs the used to measure the strain

cqf_2232
Posts: 79
Joined: Fri Dec 10, 2021 1:00 am

Re: DamageTC3D

Post by cqf_2232 » Fri Jun 03, 2022 11:01 am

Sorry, I may not have been clear before. Due to the lack of test data. I want to simply test if the concrete parameters are correct. The background curve is the data obtained according to "Material Test" by inputting some parameter values (fc0, fcp, fcr, gc). The specific fracture energy (gc) is calculated by the classical compression full curve model (China code GB 50010-2010).
The fracture energy (Gc=(fc/ft)^2/Gt=17.3) is calculated according to your recommended method (CEB-FIB mode code).
The scale factor calculation process in monitor:
X Axis: dispalcement(set 3)/specimen height(300 mm)=dispalcement(set 3)*0.0033
Y Axis: reaction force (set 2) / area of bottom surface = reaction force (set 2) * 5.659e-05
Attachments
Material Test.png
Material Test.png (2.04 MiB) Viewed 4694 times
fracture energy.png
fracture energy.png (3.75 KiB) Viewed 4694 times
scale factor.png
scale factor.png (3.62 MiB) Viewed 4694 times

STKO Team
Posts: 3066
Joined: Tue Oct 29, 2019 8:45 am

Re: DamageTC3D

Post by STKO Team » Tue Jun 14, 2022 8:40 am

Sorry, I may not have been clear before. Due to the lack of test data. I want to simply test if the concrete parameters are correct. The background curve is the data obtained according to "Material Test" by inputting some parameter values (fc0, fcp, fcr, gc). The specific fracture energy (gc) is calculated by the classical compression full curve model (China code GB 50010-2010).
Ok, so if the China code gives you gc = 0.176, assuming lch_spec = 300 (even though it might be lower, you should check the distance between the LVDTs they used to compute strain from displacement), your Gc = 52.8.

You obtained very ductile curves with that value because this test is (almost) constant strain. It is difficult for a numerical model without imperfections to trigger the localization when the fracture energy is high. Furthermore, you were using the wrong constraints.

Check the attached model.
model.zip
(1.79 MiB) Downloaded 262 times
I used:
  • A non-structured tetra mesh, to introduce a bit of imperfection in the mesh
  • Steel plates and frictional contacts between the steel plates and the concrete to better simulate the boundary conditions
  • Finally I used a Random Material Wrapper to introduce imperfections. I will talk about it in the next webinar about strain localization. But here you can find a preview.
This is the custom script I used to generate the random imperfections for ft, fcp, and E.
RAND_MAT_1.png
RAND_MAT_1.png (373.33 KiB) Viewed 4654 times
And this is what I obtained. It is pretty good given the uncertainties we have with compression failure
RAND_MAT_2.png
RAND_MAT_2.png (263.48 KiB) Viewed 4654 times
RAND_MAT_3.png
RAND_MAT_3.png (32.15 KiB) Viewed 4654 times

qutyjsxx
Posts: 5
Joined: Tue May 17, 2022 1:48 pm

Re: DamageTC3D

Post by qutyjsxx » Thu Jul 07, 2022 8:03 am

Dear STKO teams,
I built two models of reinforced concrete short columns in compression. The first model built two steel plates following your example, but the results did not converge; the second model used node to node links with interaction and finely meshed the steel plates, but the force quickly dropped to 0. Is there a problem with friction contact?
Attachments
Model 1.rar
(168.14 KiB) Downloaded 220 times
model 2.rar
(246.79 KiB) Downloaded 239 times
model 2.png
model 2.png (29.8 KiB) Viewed 4590 times

STKO Team
Posts: 3066
Joined: Tue Oct 29, 2019 8:45 am

Re: DamageTC3D

Post by STKO Team » Thu Jul 14, 2022 1:41 pm

Dear user,
We detected a convergence issue that has been recently improved in the source-code of the ASDEmbeddedNodeElement. It will be released in the new OpenSees version. The compiled new version with this improvement will be released next week by prof. Tarque, together with a new STKO release.

We will keep you up-to-date.

STKO Team
Posts: 3066
Joined: Tue Oct 29, 2019 8:45 am

Re: DamageTC3D

Post by STKO Team » Mon Aug 01, 2022 8:36 am

Dear user,
you can now download the STKO version 3.1.0
and the latest OpenSees-Solvers from prof. Tarque's website.
It should work fine now

cqf_2232
Posts: 79
Joined: Fri Dec 10, 2021 1:00 am

Re: DamageTC3D

Post by cqf_2232 » Mon Nov 21, 2022 8:31 am

Dear STKO team,
Hello, I have a minor question and hope to get your help. If the tensile strength of concrete is not considered, the ft=Gt=0 in DamageTC3D will not converge. Setting it to a smaller value (for example, ft=0.1, Gt=0.001) still has some influence on the convergence. Is there a recommended value?

STKO Team
Posts: 3066
Joined: Tue Oct 29, 2019 8:45 am

Re: DamageTC3D

Post by STKO Team » Mon Nov 21, 2022 9:26 am

A concrete has always a tensile strength. It soon tends to zero due to cracking. But it is never exactly zero from the beginning. This is an assumption that is often done with reinforced concrete in beam sections.
Anyway, if you want to simulate it, just use a small ft value, but it will affect the shear strength as well

Post Reply