Peter R.

Results 80 comments of Peter R.
trafficstars

Would it make sense to have this as Elemental subroutine to hide some complexity. So there would be some additional structure that would be initialized and then rotation would be...

I guess this was addressed and can be closed?

Thanx. I will merge when you ask. If there are additional fixes just make a new PR. Unfortunately the developer team is not using mac at all so our hope...

Thanx Rich! I just added the suggested fix. Hope it works.

Unfortunately I was not able to reproduce the problem with these files. Btw, you may find useful to set "vtu: eigen analysis = logical true" in the Simulation section to...

My guess is that the step file is too complicated. ElmerGUI can mesh simple objects automatically. For more complicated objects it is often better to use external mesh generators.

This is True. A .vtu ending activates a ResultOutputSolver instance and keywords with namepace "vtu:" are passed alongside. So "vtu: ascii output = logical true" should work. The original error...

Unfortunately this fix does not make any sense to me. If you add CYCLE before that then there will be no coils as defined in the "component" section? I will...

Ok, so there was a bug that materialized when there multiple non-closed coils. The CoilIndex was set in a place which was never reached resulting to problems. With closed coils...

Just a comment why the "CYCLE" also fixed the issue, sort of. It basically enforced just one coil and because "Coil Start" and "Coil End" gave sufficient BC's there was...