Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show deformation (without other nodal information) #348

Open
natter1 opened this issue Feb 4, 2021 · 3 comments
Open

Show deformation (without other nodal information) #348

natter1 opened this issue Feb 4, 2021 · 3 comments
Labels
New Feature Request or proposal for a new feature

Comments

@natter1
Copy link
Contributor

natter1 commented Feb 4, 2021

I wanted to plot deformation, but the only way I found to do this was using plot_nodal_solution(). But this allways uses a colorcoded overlay to show additional information (e.g. UX deformation). Is there a way to simply plot the deformation (maybe only color elementtypes)?

@akaszynski
Copy link
Collaborator

Sounds like we need to just add another method that simply plots deformation rather than including the scalars as well. I can implement that in the next release, which will probably have to happen over the weekend.

BTW, thanks for the well wishes! It's been quite a transition, and I hope to keep supporting all the early adopters with the new modules and APIs.

@jgd10 jgd10 added the New Feature Request or proposal for a new feature label Jun 7, 2021
@germa89 germa89 self-assigned this Jul 7, 2022
@mikerife
Copy link

mikerife commented Aug 5, 2022

Hi @natter1 @akaszynski @germa89 Sorry about coming to this so late. See the APDL command UPCOORD. You can add the displacements stored in the MAPDL database (in memory, so need to use SET command to read in some result) with UPCOORD, plot the elements, then back the displacements back out with a negative scale factor. So:

mapdl.post1()
mapdl.set('last')
mapdl.upcoord(1)
mapdl.eplot()

mapdl.upcoord(-1)

The eplot will be the deformed elements plotted. We could probably do something similar using a grey color map and a single contour value when plotting displacements.

Mike

@germa89 germa89 removed their assignment Feb 16, 2024
@germa89
Copy link
Collaborator

germa89 commented Apr 29, 2024

Related: #3021 (comment)

GitHub
Hi everybody, I have looked and looked and looked and I can't find any examples of where you apply an increasing load to a specific point over a decided amount of timesteps. Is that something you g...

@germa89 germa89 pinned this issue Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New Feature Request or proposal for a new feature
Projects
None yet
Development

No branches or pull requests

5 participants