FEAP User Forum

FEAP => Input File Issues => Topic started by: Sesa on June 12, 2018, 09:52:24 AM

Title: tie problem
Post by: Sesa on June 12, 2018, 09:52:24 AM
Hello,

I´m trying to solve the problem that I attached (There are 3 materials). When I plot the 2 displacements it is like the material 2 is not tie with the rest of the geometry but If I plot the mesh it look right and I have used the tie command too. I´m not able to find the problem.
Thanks in advance
Title: Re: tie problem
Post by: Prof. R.L. Taylor on June 12, 2018, 02:17:20 PM
The mesh you gave has the top nodes of material 3 at the same coordinates as the top of material 2 and the bottom of material 1  -- is this what you want????

If so you can probably tie using

tie mate 1 2
tid mate 1 3

but it may still give problems?
Title: Re: tie problem
Post by: Sesa on June 12, 2018, 03:47:13 PM
Hello,

Thanks for your reply!!
what I want is to have the material 2 between 1 and 3. I mean the top nodes of 2 at the same coordinates as the bottom of 1 and the bottom nodes of 2 at the same co0rdinates as the top of material 3.

Title: Re: tie problem
Post by: FEAP_Admin on June 13, 2018, 03:13:31 AM
The command
Code: [Select]
plot,OUTLine can help you see what is tied together and what is not tied together.
Title: Re: tie problem
Post by: Prof. R.L. Taylor on June 13, 2018, 07:44:53 AM
To find your problem I had to use interactive mode of solution and in plot mode use the mouse to pick a small part of the untied line and then plot each material mesh separately using PLOT,   MATE 1, MESH, etc.