Open dcagritan opened 2 years ago
There are different FEA formulations used in Chrono, most notable co-rotational and ANCF. You can find some details about these in the whitepapers provided with the Chrono documentation: https://projectchrono.org/whitepapers/.
As for the special "brick_9" element used to model deformable soil with FEA, see this ASME conference paper.
In the latest Chrono code, ANCF element names were changed for consistency. You are probably looking at the latest documentation (which uses the new name ChElementHexaANCF_3813_9
) and at an older code base (where this element was named ChElementBrick_9
).
Finally, note that we rarely (if at all) use FEA to model deformable soil. Instead, we use granular dynamics, continuum representations solved using SPH, or semi-empirical methods (such as SCM).
Hello Professor Serban, thank you very much for your detailed answer! May I further ask you the reason why you don't employ FEM to model deformable soil? Thank you very much and wish you a nice weekend. Regards, Deniz
Hello Professor, thank you very much for your detailed answer!! I'd previously searched for more research papers but somehow was unsuccessful. I'll definitely read all these papers in great detail! Professor, I'd like to ask you a few more questions and I'd be very glad if you could answer me. You say that obtaining parameters is difficult with FEM. However, these are the basic soil properties, right? I don't understand why is it difficult to obtain them. And moreover, if they are difficult for FEM, they should be difficult for DEM, SCM, or any other method too. Am I missing something here? Besides that, you say that large soil deformations would be problematic. Is FEM not capable of capturing large soil deformations? Professor, I'd be very glad if you could answer my questions. Thank you very much in advance and wish you a nice day. Best regards, Deniz
Dear all, I'm trying to understand how you derive the deformable FEA in Chrono. I know quite a bit about finite element methods, however, I come from fluid mechanics background and would really appreciate your help. First of all, what are the governing equations here? I mean the equation that we multiply with the test functions to have the weak form and furthermore limit that weak form to finite space(Galerkin Form)? I assume that the constitutive equation is the Drucker-Prager plasticity, am I right on that? You say that FEADeformableTerrain employs ChElementHexaANCF_3813_9 type of element, however, I can't find that element on Chrono installation folder. Do you have any publication that you talk about this finite element formulation applied onto deformable terrain? Thank you and have a great day! Regards, Deniz