Page 1 of 1

Harmonic Analysis: possible Bug in VTU exporter

Posted: 15 Aug 2016, 15:22
by CrocoDuck
Hi. When running Linear Elasticity Harmonic Analysis the VTU exported file appears to have poor data that does not compare to the solution as viewed in ElmerPost.
  • Running Elmer on Arch Linux amd64, installed through AUR (compilation and installation commands scripted in the PKGBUILD).
  • Elmer Version: 8.2, Compiled: 2016-06-23
Here a comparison of how the Harmonic Analysis solution appear in ElmerPost end ParaView respectively:

Image

Image

The problem can be reproduced also by setting case.vtu as Post File in the Simulation parameters. I am not sure whether it is a bug or me doing something wrong, but I am getting crazy around this for a week without finding anything wrong. I guess it could be something wrong with ParaView as well but I lack the experience to make sure about it.

See attached file with minimal example:
elasticity-harm-test.zip
(1.18 MiB) Downloaded 415 times
.

Re: Harmonic Analysis: possible Bug in VTU exporter

Posted: 17 Aug 2016, 13:04
by raback
Hi CrocoDuck

Thanx for reporting! There is indeed some challenge to get it to work. The feature uses the same parts of the code as the eigenmode part but you have to add a keyword to make it work to the Solver section

Code: Select all

  Harmonic System Values = Integer 1
Now since few minutes this has bee fixed in the devel branch. Also the naming is improved. So if you recompile your case should work as is.

-Peter

Re: Harmonic Analysis: possible Bug in VTU exporter

Posted: 18 Aug 2016, 11:24
by CrocoDuck
Hi Peter, thank you very much! I will test the devel branch at my earliest occasion and report back.