Jeff Hiller
                                                                                                                                                    COMSOL Employee
                                                         
                            
                                                                                                                                                
                         
                                                
    
        Please login with a confirmed email address before reporting spam
     
    
 
                                                Posted:
                            
                                6 years ago                            
                            
                                2020年3月26日 GMT+8 04:43                            
                        
                        Updated:
                            
                                6 years ago                            
                            
                                2020年3月26日 GMT+8 20:55                            
                        
                        
                                                    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:
                            
                                6 years ago                            
                            
                                2020年3月27日 GMT+8 04:03                            
                        
                        
                                                    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:
                            
                                6 years ago                            
                            
                                2020年3月27日 GMT+8 05:09                            
                        
                        Updated:
                            
                                6 years ago                            
                            
                                2020年3月27日 GMT+8 20:34                            
                        
                        
                                                    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:
                            
                                6 years ago                            
                            
                                2020年4月15日 GMT+8 04:59                            
                        
                        
                                                    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:
                            
                                6 years ago                            
                            
                                2020年4月15日 GMT+8 21:13                            
                        
                        Updated:
                            
                                6 years ago                            
                            
                                2020年4月15日 GMT+8 21:19                            
                        
                        
                                                    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