|
[Sponsors] |
UDF problem------How to get parameters of boundary condition in UDF? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 3, 2021, 04:22 |
UDF problem------How to get parameters of boundary condition in UDF?
|
#1 |
New Member
Join Date: Feb 2020
Posts: 28
Rep Power: 6 |
Hi everyone,
I encountered a problem when I was coding UDF. Here is the background: Figure 1 presents the model I put in Fluent, inlet was set as pressure inlet and corresponding value, shown in Figure 2, was input by a profile document(because of inlet pressure consists of discrete points. I want to exert an external force F on the bottom surface to push the surface to move along axis y, and the force F can be calculated by inlet pressure, for example, F=2*Pi*Ab (1) Where Pi is inlet pressure, Ab is area of bottom surface. In UDF, we can use function to specify external force, such as external force command in macro DEFINE_SDOF_PROPERTIES(), or expected boundary condition, however, in my case, the load I want to exert on surface cannot be expressed by function, actually, it consists of numerous points. My questions: 1. how to collect the inlet pressure as my data source? There are two ways, I guess, can realize this goal, but I don’t know how to do and I am not sure if my suppose is right. First method, reading the profile by UDF. Second method, getting the pressure directly from inlet by UDF, do not need to reading the profile once more. 2. How to put the obtained data in function? If both of these two methods can get the data, is it possible to set the obtained data as input(i.e. Pi) of equation (1) in UDF? P.S. is there any relevant cases or references to be recommended, so I can educate myself? Regards, Figure 1(a) Figure 1(b) Figure 2(a) pressure curve consists of discrete points Figure 2(b) table of corresponding discrete points |
|
Tags |
dynamic mesh, fluent - udf |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Table bounds warnings at: END OF TIME STEP | CFXer | CFX | 4 | July 17, 2020 00:44 |
Speed problem of periodic boundary condition imposed on pitching airfoil. | TG777 | OpenFOAM Running, Solving & CFD | 1 | March 20, 2020 17:33 |
UDF fluent:Change boundary condition. determination inlet and outlet boundary in "t" | gzamiri@gmail.com | FLUENT | 0 | September 27, 2015 06:32 |
problem with compiling boundary condition udf in parallel mode | chem engineer | Fluent UDF and Scheme Programming | 11 | June 29, 2015 07:23 |
UDF Boundary Condition | Victor | FLUENT | 2 | November 6, 2003 12:37 |