CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   Fluent UDF and Scheme Programming (https://www.cfd-online.com/Forums/fluent-udf/)
-   -   How to get the temperature at the cell where C_VOF(c,t)=0.5? (https://www.cfd-online.com/Forums/fluent-udf/66676-how-get-temperature-cell-where-c_vof-c-t-0-5-a.html)

Xinqiang July 21, 2009 13:22

How to get the temperature at the cell where C_VOF(c,t)=0.5?
 
Hi,

Do you know how to get the temperature at the location where C_VOF(c, t)=0.5 by UDF? Thanks.

Xinqiang

PawnPace August 18, 2009 18:15

Well you will have to traverse through the domain and check for the vof of each cell. In addition, you will have to put limits on the vof rather than one specific number such as 0.5. Record the temp. of the cells that are within the specified interval range (e.g. vof between 0.49 and 0.51).

Hope this helps!


All times are GMT -4. The time now is 03:55.