rafavzqz / geopdes

GeoPDEs: Isogeometric Analysis in Octave and Matlab, for research and teaching purposes.
http://rafavzqz.github.io/geopdes
100 stars 48 forks source link

Cantilever Plate #18

Closed liuyuanhao closed 3 years ago

liuyuanhao commented 3 years ago

Dear Rafa, Thank you for your previous help. I would like to implement some strain computation of Cantilever Plate,but I cannot find it.Like the following image. image I only find the ex_kirchhoff_rectangular_plate.m in the folder geopdes-master\geopdes-master\geopdes\inst\examples\elasticity. The plate is the rectangle plate.If the GeoPDEs source code has the above function,please tell me about that. Would you give me some guidance,please? Thank you so much. Deeply grateful, Jim

rafavzqz commented 3 years ago

Dear Jim, I think the formulation of the problem is the one for Kirchhoff-Love shell, which is the same you were using for the Scordelis-Lo roof. In the repository (not in the package to download) you have an implementation of Kirchhoff-Love shlles done by Luca Coradello and Pablo Antolin. You will need to modify the geometry and boundary conditions for this particular example, but nothing else.

Best, Rafa

On 20.11.20 14:46, liuyuanhao wrote:

Dear Rafa, Thank you for your previous help. I would like to implement some strain computation of Cantilever Plate,but I cannot find it.Like the following image. image https://user-images.githubusercontent.com/44806441/99806659-4d215780-2b79-11eb-8f17-6e6ffada03b7.png I only find the ex_kirchhoff_rectangular_plate.m in the folder geopdes-master\geopdes-master\geopdes\inst\examples\elasticity. The plate is the rectangle plate.If the GeoPDEs source code has the above function,please tell me about that. Would you give me some guidance,please? Thank you so much. Deeply grateful, Jim

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/rafavzqz/geopdes/issues/18, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACR2EZXURZ4MB2RUWQUWGCLSQZXKXANCNFSM4T4ZPQHA.

liuyuanhao commented 3 years ago

Dear Rafa, Thank you so much! Could you tell me where is the repository?Is it in the code GeoPdes?If I modify the code about lo-roof can solve this problem? Deeply Grateful, Jim

rafavzqz commented 3 years ago

Dear Jim, yes, modifying the code should be enough, if you want to use the Kichhoff-Love shell formulation. The code is in the Geopdes repository in github. https://github.com/rafavzqz/geopdes

Best, Rafa

On 21.11.20 01:22, liuyuanhao wrote:

Dear Rafa, Thank you so much! Could you tell me where is the repository?Is it in the code GeoPdes?If I modify the code about lo-roof can solve this problem? Deeply Grateful, Jim

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/rafavzqz/geopdes/issues/18#issuecomment-731472450, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACR2EZVJU2NNJQLHIL7U26DSQ4B4VANCNFSM4T4ZPQHA.

liuyuanhao commented 3 years ago

Thank you so much!!

Deeply Grateful, Jim

liuyuanhao commented 3 years ago

Dear Rafa, Thank you for your previous help. image

Could you tell me how to fix the second row of the points?Should I fix the points before compute the stiffness matrix and external force or after them? Deeply Grateful, Jim

rafavzqz commented 3 years ago

Dear Jim, yes, I guess so: the geometry should be fixed before assembling the linear system. However, this is not a question about the implementation in geopdes, it is a question about the method itself, so you should probably ask the authors of the paper.

Best, Rafa

On 22.01.21 03:13, liuyuanhao wrote:

Dear Rafa, Thank you for your previous help. image https://user-images.githubusercontent.com/44806441/105436408-1ad7c780-5c9a-11eb-9410-92c5e22fa30b.png

Could you tell me how to fix the second row of the points?Should I fix the points before compute the stiffness matrix and external force or after them? Deeply Grateful, Jim

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/rafavzqz/geopdes/issues/18#issuecomment-765065992, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACR2EZSGMPWAOYFPTX7HZBLS3DNNFANCNFSM4T4ZPQHA.