Earlier quoted context omitted.
Interesting. Please bear with me as this is going off 25 year old memories, but my memory is that the workflow for using FEA tools was: Model in some 3D modelling engineering tool (e.g. SolidWorks), ansys to run FEA, iterate if needed, prototype, iterate. So to have anything useful, you need that entire pipeline? For hobbyists, I assume we need this stack. What are the popular modelling tools?
> For hobbyists, I assume we need this stack. Just curious what kind of hobby leads to a finite element analysis?
Eighty Years of the Finite Element Method (2022)
51–60 of 106 posts
Re: Eighty Years of the Finite Element Method (2022)
#52The OOP framework I created was based on Petrov-Galerkin FEM. (Both proper 2D and "layered" 3D.)
Before my PhD work, the people I worked with (worked for) used spectral methods and Alternate-direction FEM (i.e. using 1D to approximate 2D.)
In some conferences and interviews certain scientists would tell me that programming FEM is easy (for LSAP.) I always kind of agree and ask how many times they have done it. (For LSAP or anything else.) I was not getting an answer from those scientists...
Applying FEM to real-life problems can involve the resolving of quite a lot of "little" practical and theoretical gotchas, bugs, etc.
Re: Eighty Years of the Finite Element Method (2022)
#53I've been a full-time FEM Analyst for 15 years now. It's generally a nice article, though in my opinion paints a far rosier picture of the last couple decades than is warranted. Actual, practical use of FEM has been stagnate for quite some time. There have been some nice stability improvements to the numerical algorithms that make highly nonlinear problems a little easier; solvers are more optimized; and hardware is…
Re: Eighty Years of the Finite Element Method (2022)
#54Re: Eighty Years of the Finite Element Method (2022)
#55Earlier quoted context omitted.
Could you write a blogpost-style article on how to model the shallow water wave equation on a sphere? The article would start with the simplest possible method, something that could be implemented in short C program, and would continue with a progressively more accurate and complex methods.
Interesting that this reads almost like an chatgpt prompt.
Re: Eighty Years of the Finite Element Method (2022)
#56Earlier quoted context omitted.
> For hobbyists, I assume we need this stack. Just curious what kind of hobby leads to a finite element analysis?
Electronics (when you start to care about EMI or antenna design), model airplanes (for aerodynamics), rocketry, machining (especially if you want to get into SPIF), robotics, 3-D printing (especially for topology optimization), basically anything that deals with designing solid structures in the physical world. Also, computer graphics, including video games. Unfortunately the barrier to entry is too high for most hob…
[0] I’m pretty sure “insufferability” isn’t a real word. [Edit: don’t use an asterisk for footnotes.]
Re: Eighty Years of the Finite Element Method (2022)
#57Earlier quoted context omitted.
Good luck designing crash resilient structures without simulating it on FEM based software though.
They did this just fine until without such tools for the majority of innovation in the last century.
Re: Eighty Years of the Finite Element Method (2022)
#58Earlier quoted context omitted.
Interesting that this reads almost like an chatgpt prompt.
Lazy people have been lazy forever. I stumbled across an example of this the other day from the 1990s, I think, and was shocked how much the student emails sounded like LLM prompts: https://www.chiark.greenend.org.uk/~martinh/poems/questions....
Re: Eighty Years of the Finite Element Method (2022)
#59I started my career doing FE modeling and analysis with ANSYS and NASTRAN. Sometimes I miss these days. Thinking about how to simplify a real world problem so far that it is solvable with the computational means available was always fun. Then pushing quads around for hours until the mesh was good had an almost meditative effect. But I don't feel overwhelmingly eager to learn a new software or language. Much to my sur…
There might be better programs for some problems, but COMSOL is quite nice.
Re: Eighty Years of the Finite Element Method (2022)
#60Earlier quoted context omitted.
They did this just fine until without such tools for the majority of innovation in the last century.
Except that everything's gotten abysmally complex. Vehicle crash test experiments are a good example of validating the FEM simulation (yes that's the correct order, not vice versa)
Certainly computers allow more complexity, so there is interplay between what it enables and what’s driven by good engineering.