Concrete branch ready for testing

About the development of the FEM module/workbench.

Moderator: bernd

User avatar
bernd
Veteran
Posts: 12849
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: Concrete branch ready for testing

Post by bernd »

HarryvL wrote: Sat Mar 30, 2019 8:20 pm
bernd wrote: Sat Mar 30, 2019 7:16 pm I will change the name. How about adding the real fib deep beam as second reinforced example?
Yes or replace my wall with the FIB wall and add the beam with two spans:

https://forum.freecadweb.org/viewtopic. ... 40#p235356

That’s is also a practical one and not just a second wall ;)
very good idea.
User avatar
bernd
Veteran
Posts: 12849
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: Concrete branch ready for testing

Post by bernd »

femconcrete is in retirement, femconcrete hip, hip, hooray! :mrgreen:

I did a complete rewrite of commit history for https://github.com/berndhahnebach/FreeC ... emconcrete It should be much easier to follow what we have developed harry. Since there where tons of changes it was not easy to assign commits to you and me. Would you give me a short answer it is ok for you in a way it is now. This will be the base for a PR. it is not finished yet but most work is done. :D

The fib example is not yet updated.

Ahh the retirement house is https://github.com/berndhahnebach/FreeC ... mconcrete3
User avatar
bernd
Veteran
Posts: 12849
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: Concrete branch ready for testing

Post by bernd »

BTW: once this is merged you will be an official FreeCAD developer :D
User avatar
HarryvL
Veteran
Posts: 1283
Joined: Sat Jan 06, 2018 7:38 pm
Location: Netherlands

Re: Concrete branch ready for testing

Post by HarryvL »

bernd wrote: Sun Mar 31, 2019 2:21 pm Would you give me a short answer it is ok for you in a way it is now.
Yes ... short enough?
User avatar
HarryvL
Veteran
Posts: 1283
Joined: Sat Jan 06, 2018 7:38 pm
Location: Netherlands

Re: Concrete branch ready for testing

Post by HarryvL »

bernd wrote: Sun Mar 31, 2019 2:37 pm BTW: once this is merged you will be an official FreeCAD developer :D
Will I get one of those ...

F9ED24BC-6103-410A-A901-57A939C966A8.png
F9ED24BC-6103-410A-A901-57A939C966A8.png (193.36 KiB) Viewed 1015 times
User avatar
bernd
Veteran
Posts: 12849
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: Concrete branch ready for testing

Post by bernd »

HarryvL wrote: Sun Mar 31, 2019 3:08 pm
bernd wrote: Sun Mar 31, 2019 2:21 pm Would you give me a short answer it is ok for you in a way it is now.


Yes ... short enough?
:geek:
User avatar
bernd
Veteran
Posts: 12849
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: Concrete branch ready for testing

Post by bernd »

HarryvL wrote: Sun Mar 31, 2019 3:09 pm
bernd wrote: Sun Mar 31, 2019 2:37 pm BTW: once this is merged you will be an official FreeCAD developer :D
Will I get one of those ...


F9ED24BC-6103-410A-A901-57A939C966A8.png
such stuff is mostly for people not doing anything, but show all other they do the most. At least it was in the country of my childhood. https://en.m.wikipedia.org/wiki/East_Germany but the post and picture are cool anyway :mrgreen:
User avatar
bernd
Veteran
Posts: 12849
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: Concrete branch ready for testing

Post by bernd »

How about the unit test harry?

HarryvL wrote: Sat May 19, 2018 12:13 pm I coded the 13 closed form solutions for reinforcement ratio defined here: http://heronjournal.nl/53-4/3.pdf with Python and managed to reproduce the 11 test cases for single stress results (I changed the name for the reinforcement ratio from "Omega" to "Rho" in line with the paper):

Code: Select all

********************************
Case 1
Sigma:        2.000   -2.000    5.000    6.000   -4.000    2.000
Governing Eq.14    Rho: 0.02400 0.00400 0.01400
********************************
Case 2
Sigma:       -3.000   -7.000    0.000    6.000   -4.000    2.000
Governing Eq.10+   Rho: 0.00886 0.00000 0.00571
********************************
Case 3
Sigma:       -1.000   -7.000   10.000    0.000    0.000    5.000
Governing Eq.5     Rho: 0.00000 0.00000 0.02714
********************************
Case 4
Sigma:        3.000    0.000   10.000    0.000    5.000    0.000
Governing Eq.13    Rho: 0.01600 0.00000 0.03000
********************************
Case 5
Sigma:       10.000    7.000   -3.000    3.000    1.000   -2.000
Governing Eq.11-   Rho: 0.02533 0.02133 0.00000
********************************
Case 6
Sigma:        4.000   -7.000    3.000    7.000    0.000   -5.000
Governing Eq.14    Rho: 0.02200 0.01000 0.01600
********************************
Case 7
Sigma:        8.000  -14.000    6.000   14.000    0.000  -10.000
Governing Eq.14    Rho: 0.04400 0.02000 0.03200
********************************
Case 8
Sigma:        1.000    0.000    3.000   10.000   -8.000    7.000
Governing Eq.17    Rho: 0.02486 0.01750 0.01720
********************************
Case 9
Sigma:        0.000    0.000    0.000   10.000    8.000    7.000
Governing Eq.13    Rho: 0.03600 0.03400 0.03000
********************************
Case 10
Sigma:       15.000    0.000    0.000    0.000    0.000    0.000
Governing Eq.13    Rho: 0.03000 0.00000 0.00000
********************************
Case 11
Sigma:        0.000    0.000    0.000    5.000    0.000    0.000
Governing Eq.13    Rho: 0.01000 0.01000 0.00000
Next step the integration in FreeCAD or Paraview
Are the values above the input and output values?

With this information a unit test is very easy do develop. I would go for this if you don't mind.
User avatar
bernd
Veteran
Posts: 12849
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: Concrete branch ready for testing

Post by bernd »

Are you interested in designing a icon harry? If not I will ask for help in the disign part of the community since I am a very bad in this.

bernd
User avatar
HarryvL
Veteran
Posts: 1283
Joined: Sat Jan 06, 2018 7:38 pm
Location: Netherlands

Re: Concrete branch ready for testing

Post by HarryvL »

bernd wrote: Tue Apr 02, 2019 10:08 am Are you interested in designing a icon harry? If not I will ask for help in the disign part of the community since I am a very bad in this.

bernd
If you are bad then I am terrible. Better ask for support. ;)
Post Reply