Generation of Structural elements

Hi,
I generated the cable elements with the following commands:

structure cable import from-geometry “LA_Piles_02” maximum-length 0.25 id 1 group ‘LA_Piles_02’
structure cable import from-geometry “SL_Piles_02” maximum-length 0.25 id 1 group ‘SL_Piles_02’
structure cable import from-geometry “AL_Piles_02” maximum-length 0.25 id 1 group ‘AL_Piles_02’
structure cable import from-geometry “GS_Piles_02” maximum-length 0.25 id 1 group ‘GS_Piles_02’

So, if I well understood, specifying the same id number, the continuity of the structural elements is guaranteed. In fact, the elements works as expected. I tried not to specify the id and different, superimposed nodes are created at the end (red) and the start (cyan) of each group:

With this configuration, I got the following results which are, for my understanding, somehow strange:

  1. the axial force is continuous: the continuity of the axial force is preserved even if it’s clear that the four cables are not working as a single structural element. Is the continuity the results of the fact that the two nodes (red and cyan) share the same position and thus the same node-to-zone links?

  1. the nodal displacement is continuous when plotted as component (e.g. X): is the continuity just the result of an averaging operation between two superimposed but separated nodes?

  1. the nodal displacement is not continuous when plotted as a vector (yellow arrows): in this case is clear that there are two different nodes at the same location which are not rigidly connected.

In addition to the above questions, I would like someone clarifies me:

  1. when two structural nodes are closer (in this case superimposed) than the link tolerance-node value, is a node-to-node link always automatically created with some properties or not? So, in this case, are the red and cyan nodes connected via a node-to-node link or they are completely independent?

  2. does the command struct link delete delete only node-to-zone links or also node-to-node links? In fact, for the end-bearing effects of such cable I used the following command:

struct link delete range group “GS_Base_02”

and I got the following results:

  1. the axial force is still continues as before

  2. the nodal X displacement is not continuous

So, it seems that, in this case red and cyan nodes are completely independent.

Thank you in advance to all that will have the patience to reply.

Ciao,

Francesco

Dear Francesco,
This is David Potyondy. I developed and implemented the structural element logic in FLAC3D. A picture is worth a thousand words, and so I have attached a PDF file that contains two PowerPoint slides. These slides describe how the cable logic works in terms of the creation of links. It should answer your questions. Let me know if things are clear.

CableQuestion.pdf (45.6 KB)

1 Like

Dear David,
thank you for the pdf which is very clear with no possible misunderstanding. Is this the common logic for all the structural elements?
Thank you very much.

Francesco

Yes, this is the common logic for all structural elements that are used in both FLAC3D and 3DEC. I wish you the best of success in your modeling work.

1 Like

Hi David, I think I know the answer but just wanted to confirm the following:

  1. I am using beams to reinforce a plate which is modelled with liner. Initially, the beams were created by connecting two existing nodes of the liner elements by using “stru beam create by-nodeids …”. I thought in this way, the beam can interact with the liners by sharing the same nodes, and in a way the same as rigidly connected nodes. However, it does not seem to work (could you please explain why?), so I have to use “stru beam create by-line …” to form the beams which have their own nodes at the same postions as the nodes of the liners. Then I use “stru node join” to join the nodes of the liner and the beam together. I would like to confirm this is the correct and best way to go for such modelling?
  2. In the process above, I found that each liner element (triangle) has their own nodes. It looks like that neighbouring liner elements does not share nodes at the same position, the interaction between the liner elements is by the rigidly connected nodes at the same postion. Could you please confirm whether my understanding is correct? Thanks!

Dear FLAC3D_GEO,

In response to your question 1, both schemes should work. It is preferable to use the first scheme as this does not create unnecessary node-to-node links. I do not understand why the first scheme is not working for you.

In response to your question 2, the liner elements will have a single set of nodes if they are created with the STRUCT LINER CREATE command. There should be no rigidly connected nodes. Node-to-node links are not created automatically by ANY of the liner commands. The nodes used by the liners will have node-to-zone links to provide the liner-zone interaction.

Please send me your datafiles, and I will look at them to see what is happening in your test model.

Cheers,

—David Potyondy

Hi David
Thanks for your quick response! Please find the image below to see the results where the beams are added by sharing the same node of the liner at the lower end of each beam. The problem I am modeling is to push the liner elements (modelling a shallow foundation sitting on the ground) horizontally, where the pushing load is with a vertical offset, which are modelled with many beams. I apply horizontal displacement at the top of each beam. As you can see, it looks like the beam has no interaction with the liner or ground since both the liner and the ground is not moving.
The main commands I used are:
“local Node_btm = struct.node.id.component(struct.node.near((0.0, _y, z_mud)))”
“stru beam create by-nodeids [Node_btm] [Node_top] id = 2 group ‘Beam’ seg = 3”
"stru link delete range id = 2 "
The first command is to find the node of the liner at a desired location.
The third is to delete link to the zone as I want the beams to interact with the liner, and liner with soil.
Could you please provide your email if you want to see my files?

Dear FLAC3D_GEO,

This is David Potyondy dpotyondy@itascacg.com. Let’s treat this as a technical support question, so please send me a short description of your problem (seems to have been given below) along with a simple data file that demonstrates it. However, before doing that note that I believe that I see the problem from your description. YOU SAY: { The third is to delete link to the zone as I want the beams to interact with the liner, and liner with soil.} You should NOT delete any links. Simply create the beam by-nodeids. The links joining the liner to the zones should remain intact. Because the beams will share the same node as the liner, then both the liner and the beam will be loading that node, and the node will be loading the zones via the link. So, rerun your data file but do not delete the links. Let me know how this goes.

Cheers,

—David Potyondy

Hi David,
The links I deleted are those between nodes of the beams to the soil zones, the link between the liners and the soil zones are still there. Anyway, I have re-run the analyses without deleting these links, and the results are still different from the proper one, where beams do not share the same node with the liner, but rigidly connected the two nodes at the same location, one of beam, and the other of liners. The first figure below is without sharing the nodes (correct one), the second is sharing the nodes - wrong results. I am sending you files for those analyses.