Concrete material properties

Hello,

I’m attempting to modify the material of a concrete plate element by adjusting the creep and shrinkage coefficients. I understand that there’s a component called SetConcreteMaterialProperties for this purpose.

However, I’m encountering an issue: when I apply this component, the concrete’s safety factors seem to reset unexpectedly, and they no longer match the values specified by my initial DK code.

Is this due to an error in how I’m using the component, or could this be a bug?

Additionally, when I try to adjust it manually, the ULS factors update correctly, but the SLS/ALS factors remain unchanged, despite my code being set to DK.

Thank you :smiley:

Hi @AndreiM

Are you using Model.Construct with the specified CountryCode as DK?

For creed and shrinkage, I want to share with you the following online tool. It might be helpful

Hi @MarcoPelle

Yes, I have DK set as the country code:

And I can see that the created model respects that:

Additionally I have tried to change these through a Python scrip, and I get the same result…

Thank you for the second part, with the coefficient calculator.

Hi @AndreiM !

Unfortunately, there is a bug in saving the materialdatabase from the software but we are going to fix it really soon!

However, what you can do, it is to manually modify the .struxml database and apply any value. Same can be done with Python.

Find attach a “temporary” solution that will let you continue with your work. I will let you know when the bug is fixed!

concreteProperties.zip (59.8 KB)

If you want to learn more, have a look at the following blog post.

Hi @MarcoPelle

Unfortunately, the script you provided still encounters the same issue. When any parameters of the material are modified, the material coefficients reset and no longer align with the national annex or reflect whether they are Prefab or In-situ.

However, I was able to create a Python script that enables me to select all the material parameters for the chosen material.

Additionally, it appears that FEM-Design calculates the coefficients while considering long-term effects, although I’m uncertain about the basis for this calculation.

When according to DS-EN-1992 these are set to 1.00:

I made sure my model was in the right code settings:

I don’t consider it a problem, as it’s a conservative approach; I was just curious about it.

Nice. Well done!

@Joni Can you help with this question?

As a last note, I would suggest to modify the guid and name property to avoid confusion. Better to have a copy of the material that modifying an existing one.