Importing Equivalent Plastic Strain

About the development of the FEM module/workbench.

Moderator: bernd

sodelo
Posts: 73
Joined: Tue Jan 24, 2017 9:20 am

Re: Importing Equivalent Plastic Strain

Post by sodelo »

I have not (yet) run your example but is there something strange?
The beam is bended. Maximal stress and strains are on both surfaces (top and bottom). Plasticity is reached at these locations while the core is still elastic.
User avatar
bernd
Veteran
Posts: 12849
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: Importing Equivalent Plastic Strain

Post by bernd »

sodelo wrote:I have not (yet) run your example but is there something strange?
The beam is bended. Maximal stress and strains are on both surfaces (top and bottom). Plasticity is reached at these locations while the core is still elastic.
No nothing strange just some finer mesh even inside the body and not only on the surface.
sodelo
Posts: 73
Joined: Tue Jan 24, 2017 9:20 am

Re: Importing Equivalent Plastic Strain

Post by sodelo »

With tetrahedra, having a fine enough mesh often means having a hell of a big mesh :?
With hexahedra, 1st they are more accurate and second, you can cheat and get your fine elements only in the direction you are interested in.
User avatar
bernd
Veteran
Posts: 12849
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: Importing Equivalent Plastic Strain

Post by bernd »

sodelo wrote:With tetrahedra, having a fine enough mesh often means having a hell of a big mesh :?
With hexahedra, 1st they are more accurate and second, you can cheat and get your fine elements only in the direction you are interested in.
Do you know GMSH? Do you know how to make hex elements in GMSH? I have not been successful with this.
sodelo
Posts: 73
Joined: Tue Jan 24, 2017 9:20 am

Re: Importing Equivalent Plastic Strain

Post by sodelo »

I have used it in the past (only for a particular geometry) and got a rather nice hexahadra-based mesh.
I need to find the file and send it to you.
However I remember the geometry has to be defined with the Gmsh tools in that case and all the partitioning as well.
User avatar
bernd
Veteran
Posts: 12849
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: Importing Equivalent Plastic Strain

Post by bernd »

It's in master ...
sodelo
Posts: 73
Joined: Tue Jan 24, 2017 9:20 am

Re: Importing Equivalent Plastic Strain

Post by sodelo »

Capture du 2017-02-21 22-42-46.png
Capture du 2017-02-21 22-42-46.png (367.62 KiB) Viewed 1862 times
Sorry for the strange location of the radio button. This is the first time I use QtDesigner.
Attachments
TaskPanelShowResult.ui.txt
Change the file extension
(15.34 KiB) Downloaded 220 times
_TaskPanelShowResult.py
(19.72 KiB) Downloaded 71 times
importCcxFrdResults.py
(26.6 KiB) Downloaded 65 times
User avatar
bernd
Veteran
Posts: 12849
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: Importing Equivalent Plastic Strain

Post by bernd »

sodelo wrote:Sorry for the strange location of the radio button. This is the first time I use QtDesigner.
fixed

https://github.com/berndhahnebach/FreeC ... empestrain

https://github.com/berndhahnebach/FreeC ... it/04f7156

will be included in my next PR ...
User avatar
bernd
Veteran
Posts: 12849
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: Importing Equivalent Plastic Strain

Post by bernd »

added Peeq to vtk output too: https://github.com/berndhahnebach/FreeC ... its/femdev
screen.jpg
screen.jpg (482.1 KiB) Viewed 1823 times
sodelo
Posts: 73
Joined: Tue Jan 24, 2017 9:20 am

Re: Importing Equivalent Plastic Strain

Post by sodelo »

:D
Post Reply