RE; Appropriate recorder for reading moments history

Hello! In this section we'll talk about the post processing module and the data visualization.
Post Reply
ryancwl95
Posts: 98
Joined: Mon Sep 25, 2023 12:42 am

RE; Appropriate recorder for reading moments history

Post by ryancwl95 » Wed Dec 11, 2024 2:14 am

Hi Admin,

I am currently simulating an embedded monopile in soil elements. I am using continuum elements (SSP brick elements) to model the portion of the monopile below the mudline (box in red), while the section of the monopile above the mudline is simulated using Timoshenko beam elements.
Screenshot 2024-12-11 020205.png
Screenshot 2024-12-11 020205.png (23.95 KiB) Viewed 2212 times
The connection at ground level between the continuum pile elements and the Timoshenko beam element is established using elastic beam-column elements. The EqualDOF method is employed to link the continuum elements (monopile) with the elastic beam-column elements. The other end of these elastic beam-column elements is then connected to the center beam, which represents the Timoshenko beam element.
Screenshot 2024-12-11 021109.png
Screenshot 2024-12-11 021109.png (75.75 KiB) Viewed 2212 times
Could you please advise on the appropriate types of recorders to use for capturing the moment and force history of the beam elements above ground level?

Thank you!

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

Re: RE; Appropriate recorder for reading moments history

Post by STKO Team » Wed Dec 11, 2024 10:41 am

You can visualize the bending moment diagram with any beam element asking for "localForce", and plot it in STKO using the beam diagram plot. But this are results at the element's end-nodes.

If you want to extract those value in specific locations within the element, you have to use a ForceBeamColumn, equipped with any cross section (also Elastic if you don't need a nonlinear behavior).

In this way you can ask for section.force to obtain such results at each integration point within the element.
You can then plot it either using the beam diagram plot or the gauss plot. Using the gauss plot, you can also extract char data from any gauss point

Post Reply