Plotting results per element

About the development of the FEM module/workbench.

Moderator: bernd

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

Re: Plotting results per element

Post by bernd »

makkemal wrote: Fri Oct 05, 2018 9:57 am But I fudge the results to nodes in the script above.
I think the datfilereading section is use ful but only once plotting data per element is avaiable.
For this we would need to plot them in integration points of the FEM element?
ickby
Veteran
Posts: 3116
Joined: Wed Oct 05, 2011 7:36 am

Re: Plotting results per element

Post by ickby »

As a side note, vtk data structures support element data out of the box (called cell data). So at least storing is super easy. However, i'm unsure how well the freecad implementation for plotting works, I never tested it for cell data. It is considered at some points in the code, like here.
User avatar
makkemal
Posts: 395
Joined: Wed Apr 29, 2015 12:41 pm
Location: South Africa
Contact:

Re: Plotting results per element

Post by makkemal »

For this we would need to plot them in integration points of the FEM element?
i think averaging integration point per element would be sufficient. This is how most commercial packages do it.
User avatar
bernd
Veteran
Posts: 12851
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: Plotting results per element

Post by bernd »

to keep this ... issue #3633
User avatar
HarryvL
Veteran
Posts: 1338
Joined: Sat Jan 06, 2018 7:38 pm
Location: Netherlands

Re: Plotting results per element

Post by HarryvL »

makkemal wrote: Wed Oct 10, 2018 10:57 am
For this we would need to plot them in integration points of the FEM element?
i think averaging integration point per element would be sufficient. This is how most commercial packages do it.
@makkemal as reported here:

https://forum.freecadweb.org/viewtopic. ... 10#p217518

and here:

https://forum.freecadweb.org/viewtopic. ... 31#p220381

averaged integration point results can introduce big errors. So although it may be ok for illustration purposes, it may not be advisable for engineering/design purposes. It would be really useful to get raw tabulated dat file output for a single element by simply clicking on it.
Post Reply