A program to recognize and reward our most engaged community members
hi sir, i have one doubt, how does the hypermesh calculates the jacobian value for an element?. i have searched many but i could find only the definition.
Dhinesh
Hi Dhinesh,
The Jacobian ratio is a measure of the deviation of a given element from an ideally shaped element. The Jacobian value ranges from -1.0 to 1.0, where 1.0 represents a perfectly shaped element. The ideal shape for an element depends on the element type. The check is performed by mapping an ideal element in parametric coordinates onto the actual element defined in global coordinates. For example, the coordinates of the corners of an ideal quad element in parametric coordinates are (-1,- 1), (1,-1), (1,1), and (-1,1). The determinant of the Jacobian relates the local stretching of the parametric space required to 't it onto global coordinate space. HyperMesh evaluates the determinant of the Jacobian matrix at each of the element’s integration points (also called Gauss points), and reports the ratio between the smallest and the largest. If the local stretching is the same at all of its Gauss points, then the Jacobian value equals 1.0. As the element becomes more distorted, the Jacobian value approaches zero. A Jacobian value of less than zero represents a concave element, which most analysis codes do not allow.
Sir,
What is Gauss point?
What is Reduce integration method?
Gauss points
Hi,
An integration point is the point within an element at which integrals are evaluated numerically. These points are chosen in such a way that the results for a particular numerical integration scheme are the most accurate.Gauss quadrature is a means for numerical integration, which evaluates an integral as the sum of a finite number of terms, and such calculated element’s integration points are called as Gauss points. Reduced integration method uses a lesser number of Gaussian co-ordinates when solving the integral. Clearly, the more Gaussian co-ordinates you have for each element, the more accurate your answer will be, but at the cost of computation time.
There are many open web sources and books available on numerical integration methods which will give you more information on the same. Also, I suggest you to go through Altair's Learning Program on Learning CAE Fundamentals, where these concepts are covered. You can access the Learning Program at : http://certification.altairuniversity.com
Which open web sources and books will give complete detailed about FEA. Because many book have not include all those thing even Learning Program at : http://certification.altairuniversity.com will provide basic knowledge. Will you suggest any website or book will give detailed knowledge of all this thing. I had also read FEA by Altair (practical aspect)
Hi Hari,
There are many good books and web resources (YouTube channels also) on Finite Element Analysis.
Please refer http://www.altairuniversity.com/2039-lecture-series-on-finite-element-method-by-prof-c-s-uppadhay-department-of-aero-space-iit-kanpur/ which is a lecture series on Finite Element Methods. I can suggest you Finite Ele ment Analysis Formulation, Verification and Validation book by Szabó and Babuška which covers many aspects.
In Altair Learning program for CAE Fundamentals we have covered the basics on FEA including Interpolation Functions, Stiffness Matrices,Approximation....etc which will be a good package for a beginner to start on Finite Element Analysis.
Hi there,
Those are excellent questions, and they go right to the core of the foundations of the Finite Element Method (FEM).
For anyone beginning to formalize their understanding of FEM, I highly recommend the following two references. They are both accessible and grounded in the fundamental philosophy of the method, making it easier to connect the mathematics with the underlying physics:
Sadiku, M. N. O.A Simple Introduction to Finite Element Analysis of Electromagnetic Problems.IEEE Transactions on Education, 32(2), pp. 85–93, 1989.DOI: 10.1109/13.30767: This is a concise and intuitive introduction tailored for electromagnetic applications, but its clarity makes it valuable for understanding general FEM concepts as well.
Lewis, R. W., Nithiarasu, P., & Seetharamu, K. N.The Finite Element Method in Heat Transfer Analysis.John Wiley & Sons, 2004. ISBN: 978-0471908770: This book offers a solid mathematical and physical foundation, especially for problems involving heat transfer, but its structured approach can be generalized to other domains like fluid flow, mechanics, and more.
Both works do an excellent job of linking the mathematics of FEM to its physical meaning, which is essential when you're trying to understand fields like electromagnetics, heat transfer, mechanics, fluid dynamics, or even gravitational modeling.