I am starting a fun learning project that will help you to understand better what is a mesh set and how to create one from scratch with Python! You will learn: What a mesh set is composed of How to generate nodes How to use Delaunay triangulation to generate elements How to write all of […]
[ Paraview Tutorial 11 ] Automating Paraview Tasks with Python Script
Using Paraview GUI is easy when we get used to it, but then it may also start to become repetitive. I will teach you how to automate all that using Python!
How to install python 3 on windows and set the path
This is a quick video to show you how to install python 3 on windows and set the path to get it working in the command line. Installing Python can be tricky on windows if you are new to it. I’ll show you here: How to download python 3 and install it How to find […]
[Salome Video Tutorial] Automating Geometry Creation with Python
This week I am going into one of the most interesting aspects of using open-source FEA, the fact that you can automate fully geometry and mesh creation using Python! Yes, by automating, I mean that you can create a script and let it make all the hard work to create your geometry model from zero. […]