SetDynamicAngle and Imom

Numerical methods and mathematical models of Elmer
Post Reply
MartinHoeijmakers
Posts: 37
Joined: 22 Oct 2017, 21:03
Antispam: Yes

SetDynamicAngle and Imom

Post by MartinHoeijmakers »

Hi all,

Since a recent update of Elmer, I get two new warnings (many times):
- SetDynamicAngle: Moment of inertia "Imom" close to zero, skipping rotations...
- ListFind: Requested property: [Imom], not found

Does anybody know what these warnings mean?

Kind regards,
Martin Hoeijmakers
kevinarden
Posts: 2237
Joined: 25 Jan 2019, 01:28
Antispam: Yes

Re: SetDynamicAngle and Imom

Post by kevinarden »

It means the solver is looking for a property named Imom and there is no defined Imom property in the material section.
Since Imom is not defined it is zero therefore SetDynamicAngle is reporting Imom is zero and it is skipping rotations.

What solver are you using?
raback
Site Admin
Posts: 4812
Joined: 22 Aug 2009, 11:57
Antispam: Yes
Location: Espoo, Finland
Contact:

Re: SetDynamicAngle and Imom

Post by raback »

Hi,

Just ignore. It is just a convenient place to compute the dynamics of rotating machine in conjunction with the electrical circuits. The code came about because we were merging with some different versions of the module. We will tune the warnings in near future.

-Peter
MartinHoeijmakers
Posts: 37
Joined: 22 Oct 2017, 21:03
Antispam: Yes

Re: SetDynamicAngle and Imom

Post by MartinHoeijmakers »

Peter, thank you for the reassurance. Because I use 12 parallel processes, I get 12 warnings in each time step. However, this is not a real problem ;-).

I use the solvers CircuitsAndDynamics, RigidMeshMapper, and MagnetoDynamics2D (and some output solvers).

Kind regards,
Martin
MartinHoeijmakers
Posts: 37
Joined: 22 Oct 2017, 21:03
Antispam: Yes

Re: SetDynamicAngle and Imom

Post by MartinHoeijmakers »

Hello Peter,

Thank you for removing the warnings!

Kind regards,
Martin
Post Reply