beam analysis with beams in z-direction

About the development of the FEM module/workbench.

Moderator: bernd

User avatar
FemUser
Posts: 134
Joined: Wed Aug 23, 2017 6:45 pm

Re: beam analysis with beams in z-direction

Post by FemUser »

@Bernd managed to solve all my compile problems. Thanks FreeCAD community! Solved my crash issue also.
Now I opened the new version but can't identify what changed I am not sure If I got into the right place:

This is what I installed:
OS: Mac OS X
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.17.12481 (Git)
Build type: Release
Branch: master
Hash: cfe2d134a21f2be217ccdda1f2c1183c56511417
Python version: 2.7.14
Qt version: 5.6.2
Coin version: 4.0.0a
OCC version: 7.1.0
Locale: English/UnitedStates (en_US)
CapturFiles_1.png
CapturFiles_1.png (231.91 KiB) Viewed 2439 times
User avatar
FemUser
Posts: 134
Joined: Wed Aug 23, 2017 6:45 pm

Re: beam analysis with beams in z-direction

Post by FemUser »

I think I pointed to your master branch however your link points to something like a commit: https://github.com/berndhahnebach/FreeC ... it/9efb39d

When I try to use this source kraken complains. Is says: "could not connect to origin"

Any ideas what I am doing wrong?
User avatar
FemUser
Posts: 134
Joined: Wed Aug 23, 2017 6:45 pm

Re: beam analysis with beams in z-direction

Post by FemUser »

I think that I am cloning your repository and it has everything there. Problem is that when I compile i define the folder. So how can I specifically define what to compile. I am just guessing...
User avatar
FemUser
Posts: 134
Joined: Wed Aug 23, 2017 6:45 pm

Re: beam analysis with beams in z-direction

Post by FemUser »

Compiled with success. Think I could figure out how to cmake a branch.
CapturFiles.png
CapturFiles.png (388.34 KiB) Viewed 2405 times
Will try to implement functionality in it. Now I need one extra help. How do I get my hands on all the mesh elements and nodes from a geometry edge entity. What is the container for the geometry edges. Is there any?
This was and is my biggest difficulty.
User avatar
bernd
Veteran
Posts: 12849
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: beam analysis with beams in z-direction

Post by bernd »

have a look here and ath the defs which are called from there ...
https://github.com/FreeCAD/FreeCAD/blob ... #L328-L357
User avatar
bernd
Veteran
Posts: 12849
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: beam analysis with beams in z-direction

Post by bernd »

User avatar
FemUser
Posts: 134
Joined: Wed Aug 23, 2017 6:45 pm

Re: beam analysis with beams in z-direction

Post by FemUser »

Thanks... Nice you left some clues on the code :D. I will take a bit more time since I have a newborn at home :p
Will branch your version and try to use your new GUI adaptations.
User avatar
bernd
Veteran
Posts: 12849
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: beam analysis with beams in z-direction

Post by bernd »

FemUser wrote: Sat Oct 28, 2017 7:25 am I will take a bit more time
Most important FreeCAD moto is "It's done when it's done" :D
FemUser wrote: Sat Oct 28, 2017 7:25 am I have a newborn at home :p
:D congratulations. FreeCAD can wait, the newborn will not :lol: Your fist one ?
User avatar
FemUser
Posts: 134
Joined: Wed Aug 23, 2017 6:45 pm

Re: beam analysis with beams in z-direction

Post by FemUser »

:lol: As long as it's for fun it will eventually be done :ugeek:
It's my first one, it has been quite a ride. :shock:
User avatar
bernd
Veteran
Posts: 12849
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: beam analysis with beams in z-direction

Post by bernd »

FemUser wrote: Fri Nov 03, 2017 3:43 pm :lol: As long as it's for fun it will eventually be done :ugeek:
It's my first one, it has been quite a ride. :shock:
Since you did not do any post at all I assume your little one is fine, and you gone enjoy the new born :D :mrgreen:

There have been some bigger changes in FEM recently. I rebased the fembeams branch on them ... https://github.com/berndhahnebach/FreeC ... s/fembeams
Post Reply