OpenAFPM: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
(Created page with "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...")
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
=About=
Open source magnetic modeling for an open source wind turbine.
=Kostas Sez=
Hi Marcin,
Hi Marcin,


Line 11: Line 16:


Kostas
Kostas
=Wind Turbine Visualization=
https://gbroques.github.io/openafpm-cad-visualization/public/
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&nbsp;<a href="https://threejs.org/" target="_blank">Three.js</a> which makes WebGL easier to use.<br><br>I looked at Michel&apos;s 3D Printer&nbsp;<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&apos;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>,&nbsp;<wbr>that explains the flow.</p></html>
=Links=
*[[Open Source Magnetic Modeling]]
*[[Kostas Latoufis]]

Latest revision as of 18:55, 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:

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-visualizationthat explains the flow.

Links