Python Result Extraction for nodes along a line

About the development of the FEM module/workbench.

Moderator: bernd

Post Reply
User avatar
makkemal
Posts: 395
Joined: Wed Apr 29, 2015 12:41 pm
Location: South Africa
Contact:

Python Result Extraction for nodes along a line

Post by makkemal »

I am running a transient thermal structural analysis.
I would like to plot temperatures along a line lets say all nodes where z=0 and y=0
So what I want to do is identify all nodes where z=0 and Y=0 in the result object
Then use those indexes and extract temperatures in the result object and plot them in matplotlib
I cant find out how to do get node locations linked to result object

Thanks
Michael
User avatar
bernd
Veteran
Posts: 12851
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: Python Result Extraction for nodes along a line

Post by bernd »

FEM vtk result nodes or FEM std result mesh nodes?
User avatar
makkemal
Posts: 395
Joined: Wed Apr 29, 2015 12:41 pm
Location: South Africa
Contact:

Re: Python Result Extraction for nodes along a line

Post by makkemal »

FEM std result mesh nodes

Thanks
Bernd
Post Reply