Animation of Mode Shapes after Frequency/vibration Analysis

About the development of the FEM module/workbench.

Moderator: bernd

galou_breizh
Posts: 437
Joined: Wed Sep 15, 2010 9:38 am

Re: Animation of Mode Shapes after Frequency/vibration Analysis

Post by galou_breizh »

mac_the_bike wrote: Wed Sep 04, 2019 12:21 pm Note(1) - if you click on "Results_mesh001", and start animation you may possibly be animating the wrong mode shape.
Can you please explain this note?

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

Re: Animation of Mode Shapes after Frequency/vibration Analysis

Post by johnwang »

galou_breizh wrote: Wed Dec 25, 2019 6:59 am The macro is now in the official repository under https://github.com/FreeCAD/FreeCAD-macr ... es.FCMacro.
no ui file there?
hfc series CAE workbenches for FreeCAD (hfcNastran95, hfcMystran, hfcFrame3DD, hfcSU2 and more)
galou_breizh
Posts: 437
Joined: Wed Sep 15, 2010 9:38 am

Re: Animation of Mode Shapes after Frequency/vibration Analysis

Post by galou_breizh »

johnwang wrote: Thu Feb 27, 2020 10:51 pm no ui file there?
https://github.com/FreeCAD/FreeCAD-macr ... _shapes.ui
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Animation of Mode Shapes after Frequency/vibration Analysis

Post by Kunda1 »

galou_breizh wrote: Wed Dec 25, 2019 6:59 am The macro is now in the official repository under https://github.com/FreeCAD/FreeCAD-macr ... es.FCMacro.

Please submit any changes there from now on.
Thanks for doing that, BTW :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
galou_breizh
Posts: 437
Joined: Wed Sep 15, 2010 9:38 am

Re: Animation of Mode Shapes after Frequency/vibration Analysis

Post by galou_breizh »

You're welcome!
thebrakes
Posts: 1
Joined: Fri Apr 16, 2021 5:19 pm

Re: Animation of Mode Shapes after Frequency/vibration Analysis

Post by thebrakes »

Hello,
When I try to run the FemAnimateModeShapes.py macro i get the error message below. Any direction is greatly appreciated.

13:22:13 Traceback (most recent call last):
File "C:/Users/egesc/AppData/Roaming/FreeCAD/Macro/FemAnimateModeShapes.py", line 156, in <module>
FemAnimateModeShapes()
File "C:/Users/egesc/AppData/Roaming/FreeCAD/Macro/FemAnimateModeShapes.py", line 72, in __init__
f, w = gui.PySideUic.loadUiType(self.ui_file)
File "<string>", line 1, in <module>
File "C:\Program Files\FreeCAD 0.19\bin\Lib\site-packages\shiboken2\files.dir\shibokensupport\__feature__.py", line 142, in _import
return original_import(name, *args, **kwargs)
<class 'ModuleNotFoundError'>: No module named 'pyside2uic'


OS: Windows 10 Version 2009
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.24276 (Git)
Build type: Release
Branch: releases/FreeCAD-0-19
Hash: a88db11e0a908f6e38f92bfc5187b13ebe470438
Python version: 3.8.6+
Qt version: 5.15.1
Coin version: 4.0.1
OCC version: 7.5.0
Locale: English/United States (en_US)

and also have Python 3.7.8 and
gitdb==4.0.7
PySide2==5.13.2
shiboken2==5.13.2
smmap==4.0.0
UR_
Veteran
Posts: 1355
Joined: Tue Jan 03, 2017 8:42 pm

Re: Animation of Mode Shapes after Frequency/vibration Analysis

Post by UR_ »

No problems with this conda build:


https://github.com/FreeCAD/FreeCAD-AppI ... -x86_64.7z


version:
OS: Windows 10 (10.0)
Word size of FreeCAD: 64-bit
Version: 0.20.24693 (Git)
Build type: Release
Branch: master
Hash: e01f0d25d5f3ef9ceb66aa087212121e9f2f2e8b
Python version: 3.8.8
Qt version: 5.12.9
Coin version: 4.0.0
OCC version: 7.5.1
Locale: German/Germany (de_DE)
Post Reply