|
[Sponsors] |
February 7, 2006, 12:47 |
THREAD_STORAGE always == NULL
|
#1 |
Guest
Posts: n/a
|
Hi all,
I have a udf wherein I impose a mass fraction gradient. Since at the first step the gradient is not defined, I placed a control like this: if (NULL != THREAD_STORAGE(t,SV_Y_0_G)) dYfdy = C_YI_G(c,t,0)[1]; else dYfdy = -0.1; My problem is that THREAD_STORAGE(t,SV_Y_0_G) is ALWAYS equal to zero at every step (not only the first). And if I change my grid it seems to work. Does anyone have idea why I have this problem? Thanks guys, keep up the good work. Luca |
|
February 8, 2006, 02:24 |
Re: THREAD_STORAGE always == NULL
|
#2 |
Guest
Posts: n/a
|
Try the following TUI commands
//define/models/species/save-gradients? : yes and //set/solver/expert "Keep temporary solver memory from beeing freed?" : yes This should force the fluent solver to store the gradients you want. RoM |
|
February 14, 2006, 14:35 |
Re: THREAD_STORAGE always == NULL
|
#3 |
Guest
Posts: n/a
|
Thanks a lot RoM, I soved my problem. Could you please tell me the commands to store the thermal gradients also?
Where can I find a list of TUI commands? Thank you! Luca |
|
February 15, 2006, 02:53 |
Re: THREAD_STORAGE always == NULL
|
#4 |
Guest
Posts: n/a
|
The //set/solver/expert "Keep temporary solver memory from beeing freed?" should take care of all available gradients including energy. I dont know why there is an extra command for the species gradients.
RoM |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Fluent- Error: Null Domain Pointer | Mary | FLUENT | 12 | February 28, 2020 11:44 |
momentum source in half-cylindrical null objects | Noel | Phoenics | 1 | December 16, 2008 06:51 |
null pointer error | Virag | FLUENT | 0 | March 3, 2007 03:12 |
FSI: null element in coupled-physics | yus | Main CFD Forum | 0 | January 11, 2005 09:09 |
IPALL giving NULL values | cfd guy | CFX | 0 | November 29, 2001 11:51 |