Replies: 2 comments 1 reply
-
Hi Lino,
It is possible, and I've done it for shear walls with flanges and openings. One of these day I may get an example published when I find the time.
Here are the basic steps:
* Create a rectangular mesh for each component of the model (flange, web, flange).
* Use the same mesh size for each mesh to ensure plates and nodes line up.
* Use the `x_control` and `y_control` variables in the `RectangleMesh` objects to ensure that all the nodes and plates line up with each other where you need meshes to intersect. For example, web openings in a `RectangleMesh` would need to be matched with control points in the flange meshes.
* Add all meshes to the model and then merge duplicate nodes. Look at the circular bin with conical hopper example. It shows how to merge two meshes into one.
Hope this helps,
Craig Brinck
From: linokl ***@***.***>
Sent: Saturday, October 8, 2022 6:34 AM
To: JWock82/PyNite ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [JWock82/PyNite] Plate elements and complex shapes (Discussion #131)
I am trying to incorporate plate elements to StandardSolver. Is it possible to combine plate elements and create a plate girder for example? I can see there is individual plate elements you can model and put opening in them, as provided in one of the example files. Not sure how I can combine them through common nodes or edges.
Regards
Lino
-
Reply to this email directly, view it on GitHub<https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FJWock82%2FPyNite%2Fdiscussions%2F131&data=05%7C01%7C%7C6841cef2f19646a8dcb708daa9188f27%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C638008220190483939%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=w31Fmf%2FZHOAefjA869Bh%2Bv8yxlAMkWSmeTytMbm57a0%3D&reserved=0>, or unsubscribe<https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAH6HUEZYZKUQTYOSII7AP6TWCFEYDANCNFSM6AAAAAARAGNQJ4&data=05%7C01%7C%7C6841cef2f19646a8dcb708daa9188f27%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C638008220190483939%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=25GcY1kiAq4sy1TikOex2FxAfUr%2F3HtFBXugRWCzJXY%3D&reserved=0>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.******@***.***>>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
also an example of a simply supported plate girder (with a web and a flange) with a simple point load on it..or something similar will be great help. Regards |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to incorporate plate elements to StandardSolver. Is it possible to combine plate elements and create a plate girder for example? I can see there is individual plate elements you can model and put opening in them, as provided in one of the example files. Not sure how I can combine them through common nodes or edges. For example two plates sharing common edge below.
Regards
Lino
Beta Was this translation helpful? Give feedback.
All reactions