Begging for help regarding temperature FEM analysis

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: Begging for help regarding temperature FEM analysis

Post by bernd »

the topic is not solved if the errors are fixed! The topic is about pcb FEA modelling!
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Begging for help regarding temperature FEM analysis

Post by Kunda1 »

bernd wrote: Sat Mar 07, 2020 6:23 pm the topic is not solved if the errors are fixed! The topic is about pcb FEA modelling!
Cancel clear. :oops: :mrgreen:
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
lighting_freak
Posts: 9
Joined: Wed Mar 04, 2020 9:05 am

Re: Begging for help regarding temperature FEM analysis

Post by lighting_freak »

Hello all,

thanks for all your response and work that has been spend.
I'm trying to get an updated version but on that page its still 0.19.19858:

https://github.com/FreeCAD/FreeCAD/releases

Where do I get the mentioned 0.19.19946 from?
Thank you.

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

Re: Begging for help regarding temperature FEM analysis

Post by Kunda1 »

lighting_freak wrote: Sat Mar 07, 2020 8:59 pm Where do I get the mentioned 0.19.19946 from?
Thank you.
You must wait till the next update. Each OS package is generated separately from the rest and at different times
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: Begging for help regarding temperature FEM analysis

Post by bernd »

wait just some days, may be after the weekend ...
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Begging for help regarding temperature FEM analysis

Post by Kunda1 »

lighting_freak wrote: Sat Mar 07, 2020 8:59 pm Hello all,

thanks for all your response and work that has been spend.
I'm trying to get an updated version but on that page its still 0.19.19858:

https://github.com/FreeCAD/FreeCAD/releases

Where do I get the mentioned 0.19.19946 from?
Thank you.

BR
You can also try to Compile on Docker I understood from a recent post that it now supports FEM
https://forum.freecadweb.org/viewtopic.php?f=4&t=42954
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: Begging for help regarding temperature FEM analysis

Post by bernd »

New win builds have been uploaded ...
lighting_freak
Posts: 9
Joined: Wed Mar 04, 2020 9:05 am

Re: Begging for help regarding temperature FEM analysis

Post by lighting_freak »

Hi,

just downloaded the new windows dev-release and I can confirm the errors are gone!
Thanks for that quick effort once more.

Let's come back to the main topic.
From LED datasheet one can see that this type consumes 0,15 Ampere x 9,80 Volts = 1,47W
In worst case I'd like to assume that this 1,47W are fully converted into heat...

From my current understanding the LED solder pads should be the faces carrying this heat flux, but I can't reach this faces after building the "compound" - object any longer. How is the process for correctly defined faces that are in touching condition?

EDIT: I tried also the "fragmented boolean" option - but in that case the mesh fails due to identical faces...
EDIT: I'm also willing to change the CAD model itself, if necessary. For example I could prepare a surface model that has only a single face in touching areas (often like this in lighting). So if it helps, just let me know.

There is the geometry and the current FEM setup...
LED.FCStd
(557.34 KiB) Downloaded 25 times
The "constraint temperature" is wrong. Due to the issue above I simply selected the face of the resin for heat flux definition.

By the way, while saving a FreeCAD project file from time to time this message appears:

Code: Select all

Traceback (most recent call last):
  File "json\__init__.py", line 231, in dumps
  File "json\encoder.py", line 199, in encode
  File "json\encoder.py", line 257, in iterencode
  File "json\encoder.py", line 180, in default
<class 'TypeError'>: Object of type 'FeaturePython' is not JSON serializable
Thank you.
User avatar
bernd
Veteran
Posts: 12851
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: Begging for help regarding temperature FEM analysis

Post by bernd »

lighting_freak wrote: Mon Mar 09, 2020 9:33 am By the way, while saving a FreeCAD project file from time to time this message appears:

Code: Select all

Traceback (most recent call last):
  File "json\__init__.py", line 231, in dumps
  File "json\encoder.py", line 199, in encode
  File "json\encoder.py", line 257, in iterencode
  File "json\encoder.py", line 180, in default
<class 'TypeError'>: Object of type 'FeaturePython' is not JSON serializable
git commit 8b84a1cc94
lighting_freak
Posts: 9
Joined: Wed Mar 04, 2020 9:05 am

Re: Begging for help regarding temperature FEM analysis

Post by lighting_freak »

Hello all,

Thanks for taking care of the error messages.
What's about the initial question about the "how to"?
Thank you.

BR
Post Reply