Serince / FEMbyGEN

A FreeCAD module that uses Generative Design to design optimally for Additive Manufacturing
GNU Lesser General Public License v2.1
23 stars 10 forks source link

FEMbyGEN

A FreeCAD module that uses Generative Design to calculate and show structural analysis results

Background

This project was devoloped based on Rahul Master's thesis and Ogeday Yavuz Graduation Thesis.
František Löffelmann's calculix/beso topology optimization script was added as a feature recently.
The following process image is taken from Master Thesis Poster of Rahul Jhuree:

Rahul Jhuree's generative design process

For more information about Rahul's thesis please view the dissertation.

Requirements

Installation

Recommended installation of the workbench is via the FreeCAD Addon Manager.
A restart of FreeCAD is required after installation.

Usage

A starter guide exist in forum post

  1. Create a FEM simulation in FreeCAD by using the classical procedure. This file will be your master simulation.
  2. Open FEMbyGEN workbench. Press first toolbar icon for initialization. It will create a spreadsheet which name is Parameters. Open it and write your parameters for different generations.
  3. Click the second toolbar icon to automatically alias parameter names and dimensions all at once.
  4. Assign your aliased dimensions to sketch constraints or any other property fields using the expressions editor.
  5. Click the Generate toolbar icon and then the Generate button to create new generations. Check the generation files by using the provided GUI or simply by clicking its table cell.
  6. Use FEA Generations toolbar icon to generate FEM simulations of all created generations.
  7. Check all results by clicking Show Results toolbar icon. Note: open the generated files by clicking table rows of results GUI. In addition, all results will append to the master file, check tree view for that.

Notes

The addon can also suggest optimum geometry for boundary conditions.

  1. By clicking Create Geo Generations toolbar icon, the ability to choose boundaries such as supports, pressures, forces and the function will create an optimum body.
  2. By clicking the Topology toolbar icon a topology optimization analysis will be executed.

Feedback

Bug reports are greatly appreciated. Please open a ticket in this repository. Please remember to always add your full About info when opening a ticket (and make sure you're using the latest version of the addon). Feature requests can also be requested in this repository. Please consider logging into the FreeCAD forum thread dedicated to the FEMbyGEN addon to discuss your ideas with the devs.

License

LGPLv2.1 (LICENSE)