Hi there ποΈ,
this is Andreas, a mechanical engineer graduated from Graz University of Technology, based in π°β°οΈ Graz, Austria π¦πΉ. In my free time, I like running πβ, skiing β·οΈ and snowboarding π while I also enjoy family times at home π¨βπ©βπ§βπ¦.
Currently, I'm an engineer in industry (during the day) and a PhD student at Graz University of Technology at the Institute of Structural Durability and Railway Technology (well, at night... π π―οΈ). All the tools related to my scientific work are available here on my GitHub profile.
I'm the author of π FElupe, an open-source finite element analysis package focussing on the formulation and numerical solution of nonlinear problems in continuum mechanics of solid bodies. Most of the open source finite element packages I found are either super-difficult to install, needs to be compiled or are great but slow (or at least too slow for my needs).
With FElupe, I try to fill a gap in between.
I'm convinced that static input files π¨οΈ which are passed to a standalone fea solver π© are a thing of the last decades πΎ. Instead, scripts are input files: easy to adopt scripts with access to third-party libraries π, written in common scripting languages are the way to go. With common languages I mean something easy-to-learn for engineers, like Python, Matlab/Octave or Julia, not another proprietary simulation file format. FElupe is just another one of many open-source finite element analysis packages using this approach. Well defined and public available scripting interfaces hopefully accelerate the introduction of flexible natural language-processing for simulations.
- π§ Mechanics: felupe, hyperelastic, matadi, trusspy, contique, cubrium, fiberreinforcedrubber
- π’ Math: tensortrax, ttb, neinsum
- 1D Finite Element Analysis in 100 Lines of Python Code
- 1D Finite Element Analysis in 100 Lines of Python Code (with named tuple instead of SimpleNamespace)
- 3D Finite Element Analysis in 100 Lines of Python Code
- 3D Finite Element Analysis in 100 Lines of Python Code (Alternative Assembly)
- 3D Hyperelastic Finite Element Analysis in 140 Lines of Python Code