Jeff Hiller
COMSOL Employee
Please login with a confirmed email address before reporting spam
Posted:
5 years ago
25 mar 2020, 16:43 GMT-4
Updated:
5 years ago
26 mar 2020, 08:55 GMT-4
Hi Juliette,
In addition to the approximations made by the shell and plate models, you should look at boundary conditions as a possible source of the difference. It's easy to make a model much stiffer/softer via BCs when you move from shell/plate to fully 3D. For instance, a shell BC of zero displacement and zero rotation is softer than zero displacement on the entire corresponding face in 3D.
Best,
Jeff
-------------------
Jeff Hiller
Hi Juliette,
In addition to the approximations made by the shell and plate models, you should look at boundary conditions as a possible source of the difference. It's easy to make a model much stiffer/softer via BCs when you move from shell/plate to fully 3D. For instance, a shell BC of zero displacement and zero rotation is softer than zero displacement on the entire corresponding face in 3D.
Best,
Jeff
Henrik Sönnerlind
COMSOL Employee
Please login with a confirmed email address before reporting spam
Posted:
5 years ago
26 mar 2020, 16:03 GMT-4
It may also be so that the solid model is ill-conditioned.
Given the size proportions, the solid elements will have a very bad aspect ratio unless you are running on a very big computer. If you want 10 elements in the thickness direction, I guess you would need something like 1 billion degrees of freedom in a solid model with acceptable mesh quality.
For an eigenfrequency analysis, it would however be sufficient with 1 element in the thickness direction, and then you could get through with 1 million degrees of freedom.
-------------------
Henrik Sönnerlind
COMSOL
It may also be so that the solid model is ill-conditioned.
Given the size proportions, the solid elements will have a very bad aspect ratio unless you are running on a *very* big computer. If you want 10 elements in the thickness direction, I guess you would need something like 1 billion degrees of freedom in a solid model with acceptable mesh quality.
For an eigenfrequency analysis, it would however be sufficient with 1 element in the thickness direction, and then you could get through with 1 million degrees of freedom.
Jeff Hiller
COMSOL Employee
Please login with a confirmed email address before reporting spam
Posted:
5 years ago
26 mar 2020, 17:09 GMT-4
Updated:
5 years ago
27 mar 2020, 08:34 GMT-4
Henrik is right on the money about ill-conditioning. I am attaching two models (shell and 3D solid) where I guessed that your BCs are all Fixed Constraints on the edges. Both models give around 2.96Hz for the first mode, as long as the 3D solid model is meshed finely enough in the plane before sweeping.
Best,
Jean-Francois (X94!)
-------------------
Jeff Hiller
Henrik is right on the money about ill-conditioning. I am attaching two models (shell and 3D solid) where I guessed that your BCs are all Fixed Constraints on the edges. Both models give around 2.96Hz for the first mode, as long as the 3D solid model is meshed finely enough in the plane before sweeping.
Best,
Jean-Francois (X94!)
Please login with a confirmed email address before reporting spam
Posted:
5 years ago
14 apr 2020, 16:59 GMT-4
Thanks a lot to both of you! Problem solved indeed.
I was not aware that the aspect ratio of the elements matters. Out of curiosity, why do we need elements with a not too high aspect ratio?
Best,
Juliette (X13!)
Thanks a lot to both of you! Problem solved indeed.
I was not aware that the aspect ratio of the elements matters. Out of curiosity, why do we need elements with a not too high aspect ratio?
Best,
Juliette (X13!)
Jeff Hiller
COMSOL Employee
Please login with a confirmed email address before reporting spam
Posted:
5 years ago
15 apr 2020, 09:13 GMT-4
Updated:
5 years ago
15 apr 2020, 09:19 GMT-4
Hi Juliette,
For this particular analysis, COMSOL used the finite element method. With your material being isotropic, the stiffness matrix for an element with a very high aspect ratio will have some terms that are several orders of magnitude bigger than others. In layman's terms, this is similar to a sheet of paper: it's much stiffer in two directions than in the third. When the global stiffness matrix is assembled from all the elemenal stiffness matrix, you'll again have some terms that are much much larger than others, resulting in eigenvalues that span many orders of magnitude. Such matrices are referred to as ill-conditioned and, linear systems involving ill-conditioned matrices are very challenging to invert numerically, see for instance this page for a more in-depth discussion of ill-conditioning, and this blog post.
Best,
JF
-------------------
Jeff Hiller
Hi Juliette,
For this particular analysis, COMSOL used the finite element method. With your material being isotropic, the stiffness matrix for an element with a very high aspect ratio will have some terms that are several orders of magnitude bigger than others. In layman's terms, this is similar to a sheet of paper: it's much stiffer in two directions than in the third. When the global stiffness matrix is assembled from all the elemenal stiffness matrix, you'll again have some terms that are much much larger than others, resulting in eigenvalues that span many orders of magnitude. Such matrices are referred to as ill-conditioned and, linear systems involving ill-conditioned matrices are very challenging to invert numerically, see for instance [this page](http://onmyphd.com/?p=invertible.singular.ill.conditioned.matrix) for a more in-depth discussion of ill-conditioning, and [this blog post](https://www.comsol.com/blogs/solutions-linear-systems-equations-direct-iterative-solvers/).
Best,
JF