Existing work on finite element result analysis

AI Thread Summary
The discussion highlights the importance of analyzing finite element results and comparing them with analytical solutions, though this practice is often underrepresented in literature. Benchmark problems from various software, including open-source solvers like Code_Aster, provide valuable examples for verification. A Windows version of Code_Aster is available, along with resources for validation cases that utilize analytical solutions. While there are books addressing verification and validation methods, finding specific examples of analytical solutions in finite element analysis is rare. The conversation emphasizes the need for both analytical and non-analytical verification methods in FEA.
feynman1
Messages
435
Reaction score
29
Is there any existing work focusing on analyzing finite element visualized results and how they differ from analytical solutions, rather than on the method?
 
Engineering news on Phys.org
Well, that's something one should do whenever possible but it's usually not described in books/articles as it's the role of analyst to ensure that results are correct. And it's done not only by comparing with analytical values. Anyway, if you are looking for particular examples then check benchmark problems for various software (including open-source solvers like Code_Aster). They often include analytical solution as their purpose is to verify the correctness of FEA results.
 
  • Like
Likes feynman1
You can also compute the analytical solution of the finite element discretization for simple problems and compare that with the analytical solution of the original differential equation. And probably any paper that introduces a new feature of a finite element method will show results for problems with analytical solutions.
 
  • Like
Likes feynman1
FEAnalyst said:
Well, that's something one should do whenever possible but it's usually not described in books/articles as it's the role of analyst to ensure that results are correct. And it's done not only by comparing with analytical values. Anyway, if you are looking for particular examples then check benchmark problems for various software (including open-source solvers like Code_Aster). They often include analytical solution as their purpose is to verify the correctness of FEA results.
thanks, is code_aster supported in windows?
 
  • Like
Likes feynman1
caz said:
There is literature on validation. For example
https://www.amazon.com/dp/0521113601/?tag=pfamazon01-20
Oberkampf and Roy - Verification and Validation in Scientific Computing
Yeah, but it’s about mathematical methods of validating/verifying solutions of PDEs and general ways to check physics simulation results (another book like that: "Finite Element Analysis. Method, Verification and Validation" by Szabo and Babuska). Here the OP is looking for analytical solutions of simple FEA cases. Some books with examples of analyses in particular software feature analytical solutions but unfortunately it’s rare. One such book is "Analysis of Machine Elements Using SolidWorks Simulation 2021" by Nudehi and Steffen.
 
  • Like
Likes feynman1
FEAnalyst said:
Yeah, but it’s about mathematical methods of validating/verifying solutions of PDEs and general ways to check physics simulation results (another book like that: "Finite Element Analysis. Method, Verification and Validation" by Szabo and Babuska). Here the OP is looking for analytical solutions of simple FEA cases. Some books with examples of analyses in particular software feature analytical solutions but unfortunately it’s rare. One such book is "Analysis of Machine Elements Using SolidWorks Simulation 2021" by Nudehi and Steffen.
Thanks a lot and these are much needed really. I'm not necessarily looking for analytical solutions only, but explanations and verification of non-analytical ones.
 
Back
Top