Beam,Column,Footing commands ready to test

A forum dedicated to the Draft, Arch and BIM workbenches development.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
User avatar
chakkree
Posts: 327
Joined: Tue Jun 30, 2015 12:58 am
Location: Bangkok Thailand

Re: Beam,Column,Footing commands ready to test

Post by chakkree »

Design's concept for Footing object.
PSX_20190411_114015.jpg
PSX_20190411_114015.jpg (500.25 KiB) Viewed 1058 times
FATHI RAMMAH
Posts: 71
Joined: Sun Jul 09, 2017 7:38 pm
Contact:

Re: Beam,Column,Footing commands ready to test

Post by FATHI RAMMAH »

Hello
i found this software http://frame3dd.sourceforge.net/
it is open source 2D/3D frame structural analysis software Windows, OS X and Linux,written in c and support spreadsheet input files.
so i'm just thinking if we can merge it in freecad to be able doing frame analysis or at least add command to export the structural frame data (nodes,members) in spreadsheet format to be used with a many structural analysis softwares
FATHI RAMMAH
Posts: 71
Joined: Sun Jul 09, 2017 7:38 pm
Contact:

Re: Beam,Column,Footing commands ready to test

Post by FATHI RAMMAH »

chakkree wrote: Thu Apr 11, 2019 4:43 am Design's concept for Footing object.

PSX_20190411_114015.jpg
good,did you start writing?
if isolated footing (thickness ,bearing area)
if pile (the cap pile area,piles surface area )
reinforcement (diameter an No of bars in each direction ,the total (length,volume and weight) for each diameter )
Last edited by FATHI RAMMAH on Thu Apr 11, 2019 1:34 pm, edited 1 time in total.
User avatar
chakkree
Posts: 327
Joined: Tue Jun 30, 2015 12:58 am
Location: Bangkok Thailand

Re: Beam,Column,Footing commands ready to test

Post by chakkree »

FATHI RAMMAH wrote: Thu Apr 11, 2019 1:18 pm Hello
i found this software http://frame3dd.sourceforge.net/
it is open source 2D/3D frame structural analysis software Windows, OS X and Linux,written in c and support spreadsheet input files.
so i'm just thinking if we can merge it in freecad to be able doing frame analysis or at least add command to export the structural frame data (nodes,members) in spreadsheet format to be used with a many structural analysis softwares
1.Test read data from Frame3DD file.
2.Tracker
Last edited by chakkree on Thu Apr 11, 2019 1:43 pm, edited 1 time in total.
User avatar
chakkree
Posts: 327
Joined: Tue Jun 30, 2015 12:58 am
Location: Bangkok Thailand

Re: Beam,Column,Footing commands ready to test

Post by chakkree »

FATHI RAMMAH wrote: Thu Apr 11, 2019 1:19 pm
good,did you start writing?
if isolated footing (thickness ,bearing area)
if pile (the cap pile area,piles surface area )
Still in design process,and try to learn from ArchPrecast.py for coding. At first, I will be coding only RectangularFooting without GUI for test concept.
FATHI RAMMAH
Posts: 71
Joined: Sun Jul 09, 2017 7:38 pm
Contact:

Re: Beam,Column,Footing commands ready to test

Post by FATHI RAMMAH »

chakkree wrote: Thu Apr 11, 2019 1:35 pm
FATHI RAMMAH wrote: Thu Apr 11, 2019 1:19 pm
good,did you start writing?
if isolated footing (thickness ,bearing area)
if pile (the cap pile area,piles surface area )
Still in design process,and try to learn from ArchPrecast.py for coding. At first, I will be coding only RectangularFooting without GUI for test concept.
Last edited by FATHI RAMMAH on Fri Apr 12, 2019 3:28 pm, edited 2 times in total.
User avatar
chakkree
Posts: 327
Joined: Tue Jun 30, 2015 12:58 am
Location: Bangkok Thailand

Re: Beam,Column,Footing commands ready to test

Post by chakkree »

I will redesign old sourcecode for pile, to use footing structure for host like rebar.

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

Re: Beam,Column,Footing commands ready to test

Post by bernd »

chakkree wrote: Thu Apr 11, 2019 1:31 pm
FATHI RAMMAH wrote: Thu Apr 11, 2019 1:18 pm Hello
i found this software http://frame3dd.sourceforge.net/
it is open source 2D/3D frame structural analysis software Windows, OS X and Linux,written in c and support spreadsheet input files.
so i'm just thinking if we can merge it in freecad to be able doing frame analysis or at least add command to export the structural frame data (nodes,members) in spreadsheet format to be used with a many structural analysis softwares
1.Test read data from Frame3DD file.
2.Tracker
@chakkree: Would it be possible to provide a frame3dd input file for the standard simple FEM calculix cantilever example? You can find it on FreeCAD Start page or on http://web.mit.edu/calculix_v2.7/Calcul ... node7.html Deflection should be around 87 mm.


With this I could set up a solver for fram3DD in FEM. This could be a starting point to extend this. Lately I set up a solver for oofem at it worked out very well.
FATHI RAMMAH
Posts: 71
Joined: Sun Jul 09, 2017 7:38 pm
Contact:

Re: Beam,Column,Footing commands ready to test

Post by FATHI RAMMAH »

chakkree wrote: Fri Apr 12, 2019 6:01 am I will redesign old sourcecode for pile, to use footing structure for host like rebar.

Pile Object
i think if we defined another shapes (circular ,hexagon) for column and Footing it would be easy to use them with a pile object .
Post Reply