CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums

Reference Thesises

Register Blogs Members List Search Today's Posts Mark Forums Read

Rate this Entry

Reference Thesises

Posted July 23, 2018 at 06:21 by s4llmy
Updated July 23, 2018 at 23:43 by s4llmy

Posted in Uncategorized
Views 876 Comments 2 Edit Tags Email Blog Entry
« Prev     Main     Next »
Total Comments 2

Comments

  1. Old Comment
    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)

    }
    permalink
    Posted July 30, 2018 at 04:14 by Arun Jacob Arun Jacob is offline
  2. Old Comment
    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.
    permalink
    Posted October 23, 2022 at 15:33 by Spicy Spicy is offline
 

All times are GMT -4. The time now is 06:56.