OpenAFPM: Difference between revisions
No edit summary |
|||
Line 20: | Line 20: | ||
https://gbroques.github.io/openafpm-cad-visualization/public/ | https://gbroques.github.io/openafpm-cad-visualization/public/ | ||
This was done like this - | This was done like this by [[G]]: | ||
<html><p>Export the FreeCAD model to a file format called <a href="https://en.wikipedia.org/wiki/Wavefront_.obj_file" target="_blank">OBJ</a>, then use a JavaScript library called <a href="https://threejs.org/" target="_blank">Three.js</a> which makes WebGL easier to use.<br><br>I looked at Michel's 3D Printer <a href="https://wiki.opensourceecology.org/wiki/WebGL" target="_blank">WebGL</a> model from the OSE Wiki as a starting point for how to do it, and the key technologies are the same.<br><br>There's a nice diagram in the client-side JavaScript component, <a href="https://github.com/gbroques/openafpm-cad-visualization" target="_blank">openafpm-cad-visualization</a>, <wbr>that explains the flow.</p></nowiki> | |||
=Links= | =Links= | ||
*[[Open Source Magnetic Modeling]] | *[[Open Source Magnetic Modeling]] |
Revision as of 18:52, 26 March 2022
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:
<html>
Export the FreeCAD model to a file format called <a href="https://en.wikipedia.org/wiki/Wavefront_.obj_file" target="_blank">OBJ</a>, then use a JavaScript library called <a href="https://threejs.org/" target="_blank">Three.js</a> which makes WebGL easier to use.
I looked at Michel's 3D Printer <a href="https://wiki.opensourceecology.org/wiki/WebGL" target="_blank">WebGL</a> 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, <a href="https://github.com/gbroques/openafpm-cad-visualization" target="_blank">openafpm-cad-visualization</a>,
</nowiki>