|
[Sponsors] |
December 20, 2020, 08:04 |
UDF for sand-water erosion
|
#1 |
New Member
Pawan K Garg
Join Date: Apr 2010
Location: India
Posts: 24
Rep Power: 16 |
Hi! Ansys Fluent users! I am trying to write a UDF for post-processing. Here I need to access FACE values from the WALL Zone, then put them in my equation, and store that evaluated values for examining the results.
So before I do that I wrote a piece of code (the first code below) wherein I am reading (or accessing) variables from FLUENT which are Cell-based values. Here the code is executed on demand. everything is well, and even results I can plot using Contour or xy plot. However, when I replace all the Cell-based data access to FACE-based, the Results I get are simple ZERO everywhere on that Face of Wall Zone. I have attached the same Code for FACE-based access (the second code below). Does F_VOF work properly in FLUENT UDF?? And why FACE values are ZERO....?? I would really appreciate very much if someone can help me out with this. Thanks in advance! |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
UDF for vapor pressure | anuarun | Fluent UDF and Scheme Programming | 13 | June 23, 2024 14:12 |
Help! Delete the UDM codes in the UDF | Messi | Fluent UDF and Scheme Programming | 2 | January 28, 2014 10:01 |
Problems in the UDF for DPM erosion | Messi | Fluent UDF and Scheme Programming | 0 | January 23, 2014 06:29 |
EROSION UDF | shehab abdelrahman | FLUENT | 1 | February 12, 2008 06:15 |
UDF, UDF, UDF, UDF | Luc SEMINEL | Main CFD Forum | 0 | November 25, 2002 05:01 |