mathstodon.xyz is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance for maths people. We have LaTeX rendering in the web interface!

Server stats:

2.8K
active users

#finiteelementanalysis

0 posts0 participants0 posts today

Interesting paper by @jedbrown et al.

doi.org/10.48550/arXiv.2401.13

For computational mechanics/physics, if you code by just punching in the equations from the textbooks directly, the physics should work, but computationally the way you evaluate the quantities may be unstable. This paper lists some recipes to avoid these.

Mostly small strain problem, but still feels icky to leave in.

#FiniteElementMethod #FiniteElementAnalysis

#FEBio @mofem @likask #Ferrite @koehlerson

Continued thread

Here the strain that you think you are applying (red curve) and the real strain in the middle layer (green curve) are plotted over time. As you can see a compressive Z-strain builds up during clamping which may offset the strain graph a lot.
Note this is Green-Lagrange strain. The linear tensile strain intended to be applied is 30%, the linear clamping strain is -30%.

#opensource #FiniteElementAnalysis

gibboncode.org/html/DEMO_febio

Lovely new paper by PhD student I co-supervise: Mahtab Vafaeefar (Twitter: @MahtabVfa)

Have a look if you are into: lattice structures, trabecular bone, #biomechanics and/or #FiniteElementAnalysis

"A Morphological, Topological and Mechanical Investigation of Gyroid, Spinodoid and Dual-Lattice Algorithms as Structural Models of Trabecular Bone"

#openaccess link
arxiv.org/abs/2211.13036

Journal link
doi.org/10.1016/j.jmbbm.2022.1

Uses #opensource GIBBON codes for lattice structure+model creation

Automated meshing of a bifurcation (e.g. for blood vessel #FiniteElementAnalysis) with hexahedral elements using #opensource #GIBBON toolbox.

1) Take a cylinder
2) Cut a hole at bifurcation curve
3) Create direction vectors for surface "departure and arrival"
4) Use smooth bezier spline based lofting
5) Thicken quads to form hex. elements.

Demo rendered here:
gibboncode.org/html/DEMO_mesh_

Bezier approach was inspired by @acegikmo 's spline work