Skip to content

lrshan22/SolidsPy-meshes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Meshes to conduct 2D-Finite Element Analysis with Python

Structured mesh with traingular elements.

This repo contains several finite element meshes, most of them created with Gmsh, and to be analyzed with the python code SOLIDSPy.

The input to the FEM code is given in terms of text files defining nodal data (coordinates and boundary conditions), element data (connectivities and material profile), material property data (elastic constants) and point load data (nodes and load magnitude).

The folder docs/ contains a step-by-step tutorial showing how to build a mesh using Gmsh and a scripting tool based on meshio useful for converting the mesh into text files.

The folder meshes/ contains several models. Each model consists of the .geo and .msh fils, the pre-processing subroutine based on meshio and the resulting text files.

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 71.9%
  • Python 17.4%
  • GLSL 10.0%
  • CSS 0.7%