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/)
-   -   Difference btwn F_PROFILE and PROFILE(GUI) (https://www.cfd-online.com/Forums/fluent-udf/86525-difference-btwn-f_profile-profile-gui.html)

EdiVaD March 24, 2011 12:27

Difference btwn F_PROFILE and PROFILE(GUI)
 
Hello,

Is there anybody that can explains to me the difference between the UDF F_PROFILE and the gui command PROFILE?

In the second there is an interpolation, but in the udf i shell assign the right variables value in the exact face center coordinate...it's right?

Thank you!

Amir March 25, 2011 02:36

Hi,
I think they are similar. if you don't use exact coordinates, they'll interpolate between nodes. F_PROFILE is a programmable tool to generate profiles.

EdiVaD March 25, 2011 04:29

Thank's Amir for replay,

my objective is that the bc's that i'll impose will not be modified by fluent by some kind of interpolation, and i hope that F_profile can do this.

Amir March 25, 2011 07:31

you can do that with both of them if you implement the exact coordinates of faces.
in this point of view F_PROFILE is better because it automatically uses face centroids but in <profile> files, it's possible but of course has some difficulties.

rubis March 29, 2011 17:18

profil
 
but in profile how can we display it ?????????

Amir March 30, 2011 08:18

Quote:

Originally Posted by rubis (Post 301448)
but in profile how can we display it ?????????

you can do few iterations (it's not necessary to converge ) and plot your variable.
for unsteady cases you can also plot that in {solve->monitor->surface} during time ....

EdiVaD April 1, 2011 05:39

RE:prof
 
In the xy plot panel you can find 'interpolated data',

where it shows you in wich way the datas have been readed from the profile input


All times are GMT -4. The time now is 09:30.