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

export node temperature using udf

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 19, 2022, 08:42
Default export node temperature using udf
  #1
New Member
 
Henry
Join Date: Mar 2015
Location: Manchester
Posts: 10
Rep Power: 11
jscsgh is on a distinguished road
Hiya, I am modelling a transient case with two phases, and I would like to know the temperature development of the nodes in a certain thread. I used udf to export the coordinates of the wanted nodes successfully. However, I had some problems when I tried to export the temperature. I defined the field variable name using the following lines:

char *what = "temperature";
Node_Function_Values(d, what);


And I tried to obtain the temperature value using NODE_VALUE(v). But it reports as follows when I tried to print the temperature value.

Error: floating point exception
Error Object: #f


The fl process could not be started.

What is the possible reason which would cause this?

Is it possible that the field variable name that I am using is not right, since it is a multiphase case. How can I know the list of field variable names that I can use in the function Node_Function_Values(d, what); for a multiphase case.

Many thanks for your time.
jscsgh 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
[ICEM] Error in mesh writing helios ANSYS Meshing & Geometry 21 August 19, 2021 14:18
A CFX-POST error (ver 14.5.7) wangyflp88 CFX 2 July 22, 2017 00:17
UDF problem- time dependent temperature at inlet kaeran FLUENT 1 June 16, 2015 21:48
The fluent stopped and errors with "Emergency: received SIGHUP signal" yuyuxuan FLUENT 0 December 3, 2013 22:56
999999 (../../src/mpsystem.c@1123):mpt_read: failed:errno = 11 UDS_rambler FLUENT 2 November 22, 2011 09:46


All times are GMT -4. The time now is 08:27.