OpenAFPM
About
Open source magnetic modeling for an open source wind turbine.
Kostas Sez
Hi Marcin,
The codes are here https://gitlab.com/openafpm
They are not final version yet, but pretty close.
The finite element software we use if FEMM which is open source and available from that website.
Cheers,
Kostas
Wind Turbine Visualization
https://gbroques.github.io/openafpm-cad-visualization/public/
This was done like this by G:
Export the FreeCAD model to a file format called OBJ, then use a JavaScript library called Three.js which makes WebGL easier to use.
I looked at Michel's 3D Printer WebGL model from the OSE Wiki as a starting point for how to do it, and the key technologies are the same.
There's a nice diagram in the client-side JavaScript component, openafpm-cad-visualization,