|
[Sponsors] |
June 25, 2003, 06:16 |
Question on Face Temperature Gradient
|
#1 |
Guest
Posts: n/a
|
Hello
I'm a Phd student and I use Fluent software in my Doctor's degree preparation. In my doctoral I do computer modeling and simulation of laser welding and compare this results with experimental cross section of microphotography.In fluent manual, Face Macros haven't temperature gradient vector.I can't add the the _G suffix to access the tempearture gradient something like this -> F_T_G(f,t). Therefoe I'd like to ask how to compute face temperature gradient in UDF.I want to apply this face tempearture gradient to Marangoni phenomenon in specified shear. Bye bye Tomm. |
|
June 27, 2003, 05:30 |
Re: Question on Face Temperature Gradient
|
#2 |
Guest
Posts: n/a
|
Hi Tomm,
If you use the F_T_M1 (i think its m1, but check the user guide)this will give you the temperature at the previous time step. You can then calculate the gradient using (change in y value)/(change in x value). ie. in your UDF: gradient = (F_T - F_T_M1)/(timestep size) Hope this helps Mc |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
how to set periodic boundary conditions | Ganesh | FLUENT | 15 | November 18, 2020 07:09 |
How to get the temperature gradient in CFX post | Jay | CFX | 4 | January 7, 2015 04:23 |
Temperature Gradient at Wall | sven | OpenFOAM | 7 | November 1, 2010 18:25 |
[Gmsh] Import problem | ARC | OpenFOAM Meshing & Mesh Conversion | 0 | February 27, 2010 11:56 |
fluent add additional zones for the mesh file | SSL | FLUENT | 2 | January 26, 2008 12:55 |