|
[Sponsors] |
February 7, 2011, 10:27 |
How could I get the gradient of UDM?
|
#1 |
New Member
Join Date: Mar 2009
Posts: 19
Rep Power: 17 |
Hi, everyone,
I am trying to get the second derivative of the velocity using UDF. I give the value of the gradient of velocity to a UDM, then I need to know how to get the gradient of the UDM? Could anyone help? Thanks very much! Fireman |
|
February 7, 2011, 20:57 |
|
#2 |
Senior Member
Real Name :)
Join Date: Jan 2010
Location: United States
Posts: 192
Rep Power: 16 |
You could write the derivative of velocity (C_DUDX, etc) to a UDS, then use C_UDSI_G(c,t,0) to get the derivative of the scalar. That's kind of a hack way to do it, but it's there.
You'll need to enable the User-defined scalar, and turn off solution of the transport equation for your scalar in order to keep the values you write fixed. You could also calculate the numerical derivative yourself by looking at the cell's neighboring values for Du/Dx (etc) and coming up with some approximation. Hope this helps. ComputerGuy |
|
February 8, 2011, 06:36 |
|
#3 |
New Member
Join Date: Mar 2009
Posts: 19
Rep Power: 17 |
ComputerGuy, thank you very much!
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Segmentation violation | louiza | FLUENT | 16 | June 27, 2017 16:41 |
specified shear at wall - temperature gradient - UDF - access violation error | senD | Fluent UDF and Scheme Programming | 9 | September 18, 2014 08:29 |
Pressure Gradient in channelOodles | sega | OpenFOAM Running, Solving & CFD | 14 | August 12, 2009 07:21 |
for help about gradient of UDM | Hanxsi | FLUENT | 0 | April 28, 2006 02:42 |
How to compute gradient for non-orthogonal grids? | Paul Hsieh | Main CFD Forum | 3 | November 11, 2003 05:52 |