Region

Hello! In this section we'll talk about the post processing module and the data visualization.
Post Reply
GuillermoPonce
Posts: 1
Joined: Sun Feb 09, 2020 10:27 pm

Region

Post by GuillermoPonce » Fri Feb 28, 2020 11:30 pm

How can i select a special part of an element to see those results only. For example, if i have a concrete column and i just need the section close to the support.

Thanks,
Guillermo

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

Re: Region

Post by STKO Team » Sat Feb 29, 2020 8:41 am

Hi Guillermo,

It depends on what you want to do, there are 2 options. In both cases however, you cannot restrict the results to only 1 section, but at most to 1 element only:
  1. You record results only on a region.
    In this case, in the pre processor you need to create a selection set that contains only 1 element.
    Then in the mpco recorder there is the region option where you can select the target region. Doing so you will record results only on elements and nodes of that region
  2. You record results on the entire model, then in post-processor you hide everything but the element you need
    In this case, in post-processor, you select the element or one of its gauss points or one of its fibers (depending on what plot you are working on) and then use the "Show" command. The "Show" command will show only items that are selected.
    See also the "Hide" and "ShowAll" commands. The "Hide" command is the oppposite, it hides everything selected, while the "ShowAll" shows everything

Post Reply