techtocore / Abaqus-Voronoi-cell-FEM

A python script to generate code that creates a Voronoi cell FEM for Abaqus CAE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Voronoi Cell Finite Element Method

This is a python script (Jupyter Notebook) to generate code for Abaqus CAE. The sketch contains Voronoi cells based on random coordinates on a sheet. Once the snippet is generated, the final code will be saved as 'script.py' in the currrent working directory.

Parameters that can be configured

  • Sheet Size
  • Number of rows/colums
  • Randomness in plotting of points

About

A python script to generate code that creates a Voronoi cell FEM for Abaqus CAE


Languages

Language:Jupyter Notebook 88.2%Language:Python 11.8%