|
[Sponsors] |
January 5, 2006, 11:11 |
Getting temperature for each node
|
#1 |
Guest
Posts: n/a
|
I'd like to store the temperatures at each vertex before the next time step starts by using a User Junction Box Routine. CFX-10.0 used.
Command USER_GETVAR seems to do this in CEL routines, but how to do it in an User Junction BOX. User_GET_GVAR outputs only integrated data. Has anybody came along this problem already and may want to help? Thanks. TobiasZ |
|
January 6, 2006, 09:19 |
Re: Getting temperature for each node
|
#2 |
Guest
Posts: n/a
|
Two options that might help:
1. Use a User CEL routine to call USER_GETVAR and then write the data that you need to the /USER_DATA area. Use the Junction Box Routine to read the data from /USER_DATA. However, CEL routines are typically called multiple times by the Solver, so that could complicate things. 2. Call the GETVAR routine from within the Junction Box. GETVAR is not very friendly to use and not documented, so you'd need CFX Support to help you out. |
|
January 9, 2006, 04:50 |
Re: Getting temperature for each node
|
#3 |
Guest
Posts: n/a
|
Thanks for your reply, Mike.
Yes, I see the same problems for option 1. I don't want to use a CEL, if an alternative can be found. CFX helpdesk already suggested to use command GETVAR. However, since I didn't find anything about this command in the manual I was wondering, if they were trying to say to use USER_GET_GVAR. Is there no other chance to get more information about how to use GETVAR without or before asking CFX helpdesk? |
|
January 10, 2006, 00:16 |
Re: Getting temperature for each node
|
#4 |
Guest
Posts: n/a
|
Dear Tobias,
The GETVAR call is an internal call, i.e. for developers only, and not documented. The CFX helpdesk can give you the information you need in how to use it. However, keep in mind that since it is an internal call, they are (developers) free to change the arg list or functionality every release.. I have seen it only on customized junction boxes from ANSYS CFX. Good luck, Opaque |
|
January 10, 2006, 04:45 |
Re: Getting temperature for each node
|
#5 |
Guest
Posts: n/a
|
OK, thanks Opaque. I'll think about your concerns and see what is possible. TobiasZ
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Problem with zeroGradient wall BC for temperature - Total temperature loss | cboss | OpenFOAM | 12 | October 1, 2018 07:36 |
Calculation of the Governing Equations | Mihail | CFX | 7 | September 7, 2014 07:27 |
Water subcooled boiling | Attesz | CFX | 7 | January 5, 2013 04:32 |
monitoring point of total temperature | rogbrito | FLUENT | 0 | June 21, 2009 18:31 |
Finding the node temperature (not cell) | Parsa Zamankhan | FLUENT | 4 | August 22, 2007 16:38 |