|
[Sponsors] |
March 7, 2009, 23:40 |
Temperature gradient
|
#1 |
Guest
Posts: n/a
|
Hello. I would like to get some help. Actually, I use the CFX-10.0. By the way, I want to get two types of temperature gradient. Namely,
1) Temperature gradient w.r.t space (i.e., X,Y,Z)at each node for each time step 2) Temperature gradient w.r.t time(i.e., t)at each node for each time step Please let me know about how to save the values of 1) and 2) in csv file format. Thank you so much. Jaho |
|
March 8, 2009, 06:32 |
Re: Temperature gradient
|
#2 |
Guest
Posts: n/a
|
I believe the only way to do this in CFX 10.0 is through User CEL routines (user fortran).
You can access both spatial and time derivatives of variables within a User CEL routine with a call to user_getvar(), and specifying the variable name with an appropriate extension: 'Temperature.Gradient' for the spatial derivative and 'Temperature.Time Derivative' for the temporal one. In CFX 11.0, I think both of these are available through CEL. Hope this helps, Johnson |
|
March 12, 2009, 20:36 |
Re: Temperature gradient
|
#3 |
Guest
Posts: n/a
|
Oh, sorry for late reply. Thank you so much your help,Johnson.
Jaho |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Temperature gradient in CFX | Chander | CFX | 5 | January 7, 2015 04:00 |
specified shear at wall - temperature gradient - UDF - access violation error | senD | Fluent UDF and Scheme Programming | 9 | September 18, 2014 08:29 |
Wall correction for the temperature gradient | Hagen | OpenFOAM | 0 | March 7, 2011 21:04 |
Temperature Gradient at Wall | sven | OpenFOAM | 7 | November 1, 2010 18:25 |
temperature normal gradient on a boundary | Sandrine | Main CFD Forum | 2 | June 10, 2009 17:34 |