Mesh in Shear wall

Post Reply
pgaire
Posts: 10
Joined: Wed Feb 09, 2022 11:31 pm

Mesh in Shear wall

Post by pgaire » Sun Mar 13, 2022 11:32 pm

Hello everyone,
I modeled a shear wall with boundary elements in STKO and also tried to model the same using TCL script.
In STKO, I modeled the shear wall with the face element and assigned the boundary element to edges (bottom fig). Then the structure is divided into 4 uniform divisions (as global seed).
With the TCL script, the same model (Top fig) is developed with an intermediate node to incorporate the element meshing in STKO.
Running the analysis, I got the first period almost the same, however, the second period has a significant difference. Can anybody suggest the possible reason behind it? (Are these two modeling approaches equivalent to each other?)

Periods
First Second
i) STKO OpenSees 0.116367 0.0191965
ii) OpenSees with tcl 0.116767 0.0418712

Thank you.
Attachments
sw_TCL_script.JPG
sw_TCL_script.JPG (28.01 KiB) Viewed 4162 times
photo_2022-03-13_17-28-33.jpg
photo_2022-03-13_17-28-33.jpg (20.26 KiB) Viewed 4162 times

STKO Team
Posts: 3066
Joined: Tue Oct 29, 2019 8:45 am

Re: Mesh in Shear wall

Post by STKO Team » Mon Mar 14, 2022 3:36 pm

It's not clear to me what you mean here:
With the TCL script, the same model (Top fig) is developed with an intermediate node to incorporate the element meshing in STKO.
What is the "intermediate node" ?

pgaire
Posts: 10
Joined: Wed Feb 09, 2022 11:31 pm

Re: Mesh in Shear wall

Post by pgaire » Mon Mar 14, 2022 3:42 pm

Hello STKO Team,
Thank you for the reply.

By intermediate node, I meant I divided the boundary element into 4 parts.

STKO Team
Posts: 3066
Joined: Tue Oct 29, 2019 8:45 am

Re: Mesh in Shear wall

Post by STKO Team » Mon Mar 14, 2022 5:24 pm

Of course, there should be some difference between them.
could you share both models?

pgaire
Posts: 10
Joined: Wed Feb 09, 2022 11:31 pm

Re: Mesh in Shear wall

Post by pgaire » Tue Mar 15, 2022 10:55 pm

Hello STKO team,

Yes, I found the difference. There was a difference in -GJ value while defining the fiber section. The difference was 1e13 and 1e15.
Now, I am getting the results closer.

Result:
Periods
First Second
STKO OpenSees: 0.118367 0.037438
OpenSees with TCL: 0.1183 0.03744
(I just wanted to confirm that these to modelling approach are equivalent to eachother)
Thank you.

STKO Team
Posts: 3066
Joined: Tue Oct 29, 2019 8:45 am

Re: Mesh in Shear wall

Post by STKO Team » Wed Mar 16, 2022 9:06 am

If the 2 models are equal, yes. I mean, using STKO or using manually Tcl is just pre-processing. As far as they write the same thing, the result should be the same, because the solver is the same

Post Reply