|
[Sponsors] |
January 13, 2022, 13:43 |
UDS to store Temperature Gradient
|
#1 |
New Member
goksu
Join Date: Jan 2022
Posts: 3
Rep Power: 4 |
My UDS Scalar 3 will store temperature gradient.
But this code gives fatal signal what is wrong here? thank you #include "udf.h" DEFINE_ADJUST(my_adjust,d) { Thread *t; cell_t c; thread_loop_c(t,d) { begin_c_loop(c,t) C_UDSI(c,t,3) = C_T_G(c,t); end_c_loop(c,t) } } |
|
Tags |
adjust function, uds gradient of scalar |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
temperature store and monitoring UDF | indsujin | Fluent UDF and Scheme Programming | 1 | July 9, 2021 05:08 |
whats the cause of error? | immortality | OpenFOAM Running, Solving & CFD | 13 | March 24, 2021 08:15 |
Ansys CFX problem: unexpected very high temperatures in premix laminar combustion | faizan_habib7 | CFX | 4 | February 1, 2016 18:00 |
Gradient of UDS | gemini | Fluent UDF and Scheme Programming | 2 | December 24, 2013 01:24 |
How to compute UDS fourth order gradient | Emma66 | FLUENT | 1 | April 27, 2010 06:44 |