-
-
May 5, 2020 at 7:01 pm
dro3
SubscriberHi,
I'm attempting to use command blocks to run a dowhile loop during the solution step of a transient temperature analysis. When I try to get the temperature of a node on a top body I get the message for various nodes I've attempted.
 Requested data is not stored for node 9484.                           Â
 Line= *GET, TopNode, Node, 9484, BFE, TEMP                           Â
 The *GET command is ignored.Â
What's the cause of this error?
I read that it may be a midside node, but none of the nodes I've tried so far seem to work.
/forum/forums/topic/nodal-data-not-stored/
What can I do to select a node in the area I'm selecting?
A picture of the message being outputted.
Â
A picture of my inputs
Â
zoomed in
-
May 11, 2020 at 8:45 am
Rohith Patchigolla
Ansys EmployeeHi,Â
*get,,node,,BFE,TEMP --> is valid only for Static Structural (or Transient Structural), in /POST1. It gives basically the body temperatures input via "Thermal Condition" load or Imported Loads from upstream Thermal system.
To get the applied temperature constraints on a node i.e. via Boundary condition, we can use,
 *get,applied_temp,node,9484,d,temp
But, if the temperature you are looking for is node temperature after solving (i.e. at this particular node no temperature constraint is applied, but temperature is obtained as a result), we can use, Â
*get,node_temp,node,9484,temp
or
node_temp = temp(9484)
But, please keep note that, the above two commands will not work for load step 1, since, when the solver reads these commands during load step 1, this step is not yet solved, hence there is no result yet.Â
When these commands are read during the load step 2, they would basically give the result corresponding to load step 1.Â
Hope this clarifies.Â
Best regards,
Rohith
Â
-
May 13, 2020 at 2:05 am
dro3
SubscriberI was able to get the temperature of the nodes with the format you listed
*get,[insert variable name],node,[node id],temp
I was able to get the temperature of a node on the top body I listed as "TopNode" in the *get command.
*GET,TopNode,Node,6203,TEMP
-
- The topic ‘Requested data is not stored for node ____’ is closed to new replies.
-
4693
-
1565
-
1386
-
1242
-
1021
© 2025 Copyright ANSYS, Inc. All rights reserved.


