Reference Thesises
Total Comments 2
Comments
-
I am working on synthetic jet flow simulation. i want to know that how can i generate a 3d UDF for the following parameters velocity = 195m/sec, Frequency is 17.
I am also attaching the udf generated in 2d. Now i want to do the same in 3D..what are the changes that i should made to get the result.
#include"udf.h"
DEFINE_PROFILE(SJ_velocity,thread,position)
{
face_t f;
begin_f_loop(f,thread)
{
real freq=17;
real t= RP_Get_Real("flow-time");
F_PROFILE(f,thread,position) =195*sin(freq*(t)*(2.*3.141592654));
}
end_f_loop(f,thread)
}Posted July 30, 2018 at 04:14 by Arun Jacob -
hi I am actually working on the same topic of 2d analysis of synthetic jet. does this code work, I found a different one. can you help me with this I have got time constrain.
Posted October 23, 2022 at 15:33 by Spicy