SEMAFORInformatik / femagtools

Python API for FEMAG
BSD 2-Clause "Simplified" License
19 stars 13 forks source link

Suggestions for examples #67

Closed pikkedil closed 3 years ago

pikkedil commented 3 years ago

First test with some minor suggestions to test a pull request. Basically the examples does not work without some important settings the user have to do before the tests is started.

An alternative procedure to evaluate the air gap DFT is given as well. It uses the default calculated values and does not use spline interpolation. The model angle is copied to obtain 360°.

2020-11-12 11:54:26,856 create new model and simulation 2020-11-12 11:54:26,939 invoking wfemagw64 -m -b femag.fsl 2020-11-12 11:54:31,080 wfemagw64 exited with returncode 0 (num errs=0) 2020-11-12 11:54:31,087 negative periodicity 2020-11-12 11:54:31,088 C:\Users\z000an9y\femag\bag.dat: 2 pole pairs B amp 1.034974 Dauer der Berechnung 0.977278 2020-11-12 11:54:31,089 C:\Users\z000an9y\femag\bag.dat: 4 poles B amp 1.033973 Dauer der Berechnung 0.989676 2020-11-12 11:54:31,089 model angle: 90.000000 2020-11-12 11:54:31,090 pole_pitch: 90.000000 2020-11-12 11:54:31,091 number of copies: 4 2020-11-12 11:54:31,092 periodicity: 1 2020-11-12 11:54:31,094 pole pairs: 2

ronaldtanner commented 3 years ago

Thanks for your suggestions. They've been included in the commits bc15d005a555 and 869b208de (slightly adapted)