[SOLVED] Error when postprocessing a simulation containing a *SPRING card¶

About the development of the FEM module/workbench.

Moderator: bernd

User avatar
johnwang
Veteran
Posts: 1382
Joined: Sun Jan 27, 2019 12:41 am

Re: [FC error] Error when postprocessing a simulation containing a *SPRING card¶

Post by johnwang »

Where is the SPRING now? :D
hfc series CAE workbenches for FreeCAD (hfcNastran95, hfcMystran, hfcFrame3DD, hfcSU2 and more)
User avatar
bernd
Veteran
Posts: 12851
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: [FC error] Error when postprocessing a simulation containing a *SPRING card¶

Post by bernd »

The mesh has two edges, I assume these are the springs. As you know from other topic mesh ViewOrovider does not supoort mixed meshes, thus they are bot explizit shown. But with Python you can "see" them.
EkaitzEsteban
Posts: 108
Joined: Wed Sep 12, 2018 1:31 pm

Re: [SOLVED] Error when postprocessing a simulation containing a *SPRING card¶

Post by EkaitzEsteban »

Thank you johnwang
EkaitzEsteban
Posts: 108
Joined: Wed Sep 12, 2018 1:31 pm

Re: [FC error] Error when postprocessing a simulation containing a *SPRING card¶

Post by EkaitzEsteban »

johnwang wrote: Wed Jul 01, 2020 2:47 am
bernd wrote: Tue Jun 30, 2020 5:27 pm git commit c4b06353614d
Great.

Just figured out how to update.
1. Click this link
2. Click the ...
3. Click View file
4. Click Raw
5. Right Click, Save as to the folder where it should be to replace the old one.

mt.jpg

mt2.jpg
It works perfectly. I just replace the last function

Code: Select all

def compact_mesh
in ...\FreeCAD 0.18\Mod\Fem\femmesh\meshtools.py (I am using the FC version 0.18).

Then, I open the frd file containing the results of Calculix and I postprocess the results in FC.

best regards,
Ekaitz.
User avatar
johnwang
Veteran
Posts: 1382
Joined: Sun Jan 27, 2019 12:41 am

Re: [SOLVED] Error when postprocessing a simulation containing a *SPRING card¶

Post by johnwang »

Use 0.19 please.
hfc series CAE workbenches for FreeCAD (hfcNastran95, hfcMystran, hfcFrame3DD, hfcSU2 and more)
Post Reply