CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS

APDL script / thermal node value

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 8, 2019, 14:18
Default APDL script / thermal node value
  #1
New Member
 
Damian
Join Date: Nov 2018
Posts: 2
Rep Power: 0
damian_1881 is on a distinguished road
Hi there,

I am trying to implement macro to APDL Structural thermal that will find for min/max temperature in particular part. I have done mesh in the way that each volume has ID number (1500, 1501, etc).
So I want to know what is the min and max temperature in particular ID part (below example for ID=1500), and for which node number this value belongs to.

I tried like this:
/POST1
ESEL,S,TYPE,,1500
NSLE,S,ALL
*VGET,TEMPS,NODE,ALL,BFE,TEMP

but there is an error in script:

SELECT FOR ITEM=TYPE COMPONENT=
IN RANGE 1500 TO 1500 STEP 1

3654 ELEMENTS (OF 42357 DEFINED) SELECTED BY ESEL COMMAND.

SELECT ALL NODES HAVING ANY ELEMENT IN ELEMENT SET.

1017 NODES (OF 25090 DEFINED) SELECTED FROM
3654 SELECTED ELEMENTS BY NSLE COMMAND.

*** WARNING *** CP = 19.609 TIME= 19:41:09
Node 0 of *GET command is undefined.
Line= *GET, TEMPS, NODE, ALL, TEMP,
The *GET command is ignored.


Can you please help me out ?
damian_1881 is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
chtMultiRegionSimpleFoam: Thermal Conduction + Surface-To-Surface Radiation Zeppo OpenFOAM Running, Solving & CFD 16 May 18, 2017 18:04
[ICEM] Expanding and constant node distribution siw ANSYS Meshing & Geometry 2 February 4, 2013 13:47
XY plots big difference node and face values (thermal boundary layer) TfG FLUENT 0 May 14, 2009 09:02
Short Course: Computational Thermal Analysis Dean S. Schrage Main CFD Forum 11 September 27, 2000 17:46
Info: Short Course On Thermal Design of Electronic Equipment Arnold Free Main CFD Forum 0 August 10, 1999 10:18


All times are GMT -4. The time now is 09:22.