Documentation for FEM_MaterialMechanicalNonlinear

About the development of the FEM module/workbench.

Moderator: bernd

User avatar
jnxd
Posts: 952
Joined: Mon Mar 30, 2015 2:30 pm
Contact:

Re: Documentation for FEM_MaterialMechanicalNonlinear

Post by jnxd »

NewJoker wrote: Sat Aug 07, 2021 5:33 pm I just added the description of FEM MaterialMechanicalNonlinear :-)
Thanks for adding the description @NewJoker. Are you also working on adding the functionality for more points? If not I'd like to take it up.
User avatar
NewJoker
Veteran
Posts: 3089
Joined: Sun Oct 11, 2020 7:49 pm

Re: Documentation for FEM_MaterialMechanicalNonlinear

Post by NewJoker »

Yes, I’m trying to actually implement this. I’ll let you know about the progress soon.
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Documentation for FEM_MaterialMechanicalNonlinear

Post by Kunda1 »

bump :D
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
NewJoker
Veteran
Posts: 3089
Joined: Sun Oct 11, 2020 7:49 pm

Re: Documentation for FEM_MaterialMechanicalNonlinear

Post by NewJoker »

jnxd wrote: Wed Aug 11, 2021 9:24 pm Are you also working on adding the functionality for more points? If not I'd like to take it up.
Unfortunately, I have to leave this topic for now. It would be great if you took it over.
User avatar
jnxd
Posts: 952
Joined: Mon Mar 30, 2015 2:30 pm
Contact:

Re: Documentation for FEM_MaterialMechanicalNonlinear

Post by jnxd »

NewJoker wrote: Mon Sep 06, 2021 8:47 pm
jnxd wrote: Wed Aug 11, 2021 9:24 pm Are you also working on adding the functionality for more points? If not I'd like to take it up.
Unfortunately, I have to leave this topic for now. It would be great if you took it over.
OK thanks for letting me know. I was looking for things to do anyway.
User avatar
jnxd
Posts: 952
Joined: Mon Mar 30, 2015 2:30 pm
Contact:

Re: Documentation for FEM_MaterialMechanicalNonlinear

Post by jnxd »

User avatar
jnxd
Posts: 952
Joined: Mon Mar 30, 2015 2:30 pm
Contact:

Re: Documentation for FEM_MaterialMechanicalNonlinear

Post by jnxd »

Just realized this might have issues opening documents made in previous versions. If anyone has any experience changing property structure of any feature/analysis please let me know.
User avatar
NewJoker
Veteran
Posts: 3089
Joined: Sun Oct 11, 2020 7:49 pm

Re: Documentation for FEM_MaterialMechanicalNonlinear

Post by NewJoker »

jnxd wrote: Sun Sep 12, 2021 2:11 am PR submitted: https://github.com/FreeCAD/FreeCAD/pull/5024.
That's great, you did it really fast. This feature can be very useful.

jnxd wrote: Sun Sep 12, 2021 2:45 am Just realized this might have issues opening documents made in previous versions. If anyone has any experience changing property structure of any feature/analysis please let me know.
So it's just a backward compatibility issue ? Maybe we don't have to worry about that but let's ask bernd:

bernd wrote:bernd
Could you help finalize this implementation ?
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Documentation for FEM_MaterialMechanicalNonlinear

Post by Kunda1 »

FTFY @NewJoker since the @mention doesn't work without a user-id=
bernd wrote: pinged by pinger macro
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
bernd
Veteran
Posts: 12851
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: Documentation for FEM_MaterialMechanicalNonlinear

Post by bernd »

it depends ... In FEM I have implemented some code to be able to read any FEM file created with any FreeCAD compiled from master branch. No matter if it includes some older FEM objects. Furthermore the same applies if only attributes of a object changed. FreeCAD has some smart system in this regard which is used in FEM too. I asm on a mobil so difficault to explain. Here is a link to a example from gmsh mesh object some attributes changed here too. If a older file will be loaded the objects get the new properties and everythin runs smooth with the old file ... https://github.com/FreeCAD/FreeCAD/blob ... msh.py#L81

this method needs to be implemented here too
Post Reply