fcFEM - FEA from start to finish

About the development of the FEM module/workbench.

Moderator: bernd

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

Re: fcFEM - FEA from start to finish

Post by HarryvL »

OOPS ...

Code: Select all

<class 'ModuleNotFoundError'>: No module named 'scipy'
I thought this was a standard FC dependency.


And I see I also missed "sksparse" for the solver.

Sorry
User avatar
ppd
Posts: 108
Joined: Tue Feb 26, 2019 12:01 pm
Location: Munich, Germany

Re: fcFEM - FEA from start to finish

Post by ppd »

Fixes incoming:

Set path to Gmsh exe automagically: https://github.com/FreeCAD/FreeCAD-snap ... 8e8d3bb8e1
The /dev/shm issue has been solved by https://github.com/FreeCAD/FreeCAD-snap ... 0b2fcd69a8
scipy: https://github.com/FreeCAD/FreeCAD-snap ... 16ca99feff

Try it tomorrow.

Ah, and also: If you encounter problems or deficiencies with the snap, please report them at https://github.com/FreeCAD/FreeCAD-snap/issues if possible. It's a much better tracker for me than the forum, and therefore stuff usually gets fixed quicker.
Try FreeCAD from the Snap Store: Stable releases (in latest/stable) & daily builds (in latest/edge). Supports installing additional python packages via pip!
Image
User avatar
HarryvL
Veteran
Posts: 1285
Joined: Sat Jan 06, 2018 7:38 pm
Location: Netherlands

Re: fcFEM - FEA from start to finish

Post by HarryvL »

OK will do ... did you catch my sksparse comment?

OVER AND OUT
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: fcFEM - FEA from start to finish

Post by Kunda1 »

HarryvL wrote: Tue Jun 21, 2022 6:31 pm OK will do ... did you catch my sksparse comment?
Yea we saw it ;)
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
User avatar
HarryvL
Veteran
Posts: 1285
Joined: Sat Jan 06, 2018 7:38 pm
Location: Netherlands

Re: fcFEM - FEA from start to finish

Post by HarryvL »

ppd wrote: Tue Jun 21, 2022 6:06 pm Try it tomorrow.
Thanks, that works very well !

ELASTIC:
Screenshot from 2022-06-23 10-57-12.png
Screenshot from 2022-06-23 10-57-12.png (64.9 KiB) Viewed 2007 times

COLLAPSE:
PPD.png
PPD.png (21.56 KiB) Viewed 2007 times
COLLAPSE:
Screenshot from 2022-06-23 10-56-36.png
Screenshot from 2022-06-23 10-56-36.png (59.91 KiB) Viewed 2007 times
User avatar
HarryvL
Veteran
Posts: 1285
Joined: Sat Jan 06, 2018 7:38 pm
Location: Netherlands

Re: fcFEM - FEA from start to finish

Post by HarryvL »

And it wouldn't be complete without ParaView ;)

Paraview_PPD.png
Paraview_PPD.png (381.49 KiB) Viewed 1999 times
User avatar
ppd
Posts: 108
Joined: Tue Feb 26, 2019 12:01 pm
Location: Munich, Germany

Re: fcFEM - FEA from start to finish

Post by ppd »

HarryvL wrote: Thu Jun 23, 2022 9:07 am Thanks, that works very well !
Looks good. I'm always quite flexible about those requests. :D

This will land in latest/edge (and in latest/edge/toponaming) tomorrow.
Try FreeCAD from the Snap Store: Stable releases (in latest/stable) & daily builds (in latest/edge). Supports installing additional python packages via pip!
Image
User avatar
NewJoker
Veteran
Posts: 3018
Joined: Sun Oct 11, 2020 7:49 pm

Re: fcFEM - FEA from start to finish

Post by NewJoker »

@HarryvL It's great that fcFEM will be developed again. FreeCAD may benefit significantly from having a solver designed specifically for it.

Do you plan to keep updating the GitHub repository ?

https://github.com/HarryvL/fcFEM
User avatar
HarryvL
Veteran
Posts: 1285
Joined: Sat Jan 06, 2018 7:38 pm
Location: Netherlands

Re: fcFEM - FEA from start to finish

Post by HarryvL »

NewJoker wrote: Thu Jun 23, 2022 9:43 am Do you plan to keep updating the GitHub repository ?
https://github.com/HarryvL/fcFEM
Hi, yes is the short answer.

I will get a standard/basic version ready first (that can reproduce most cases of this thread), with a set of test cases, as was asked for.

After that I will reinstate a specialized version for concrete and further develop that into a robust tool for conceptual design.

What experimental versions come after that is only limited by time, ideas, requests and feasibility.
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: fcFEM - FEA from start to finish

Post by Kunda1 »

@HarryvL both dependencies are now in the Snap, please test and report back. Thanks!
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
Post Reply