CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   FLUENT (https://www.cfd-online.com/Forums/fluent/)
-   -   pls. help : life-drag coefficient in dynamic mesh (https://www.cfd-online.com/Forums/fluent/46690-pls-help-life-drag-coefficient-dynamic-mesh.html)

loogtaan November 30, 2007 12:20

pls. help : life-drag coefficient in dynamic mesh
 
Hello,

I solve flapping motion by using dynamic mesh but I don't know hoe to define force vector for cl,cd plot in force monitor.Have anyone can suggest me.

thanks.

zhang December 1, 2007 02:16

Re: pls. help : life-drag coefficient in dynamic m
 
firt,you can't define the foce vector, there are only three options you can choose:x_axis,y-axis and z-axis. but you can rotate the mesh to get different vector

second, force monitor just plots the force coefficient.you must know how to change the reference value to get the real forces

loogtaan December 1, 2007 08:32

Re: pls. help : life-drag coefficient in dynamic m
 
Thank you Zhang,

But I don't know how to change the reference value because I use only DEFINE_CG_MOTION to predict airfoil motion. Please explain me.

loogtaan

loogtaan December 1, 2007 08:42

Re: pls. help : life-drag coefficient in dynamic m
 
This is my udf code

#include <udf.h> #define PI 3.141592654

DEFINE_CG_MOTION(airfoil, dt, cg_vel, cg_omega, time, dtime) {

real freq = 1.707;

real amp = 1.4;

cg_vel[0] = 2*PI*freq*amp*sin(2.0*PI*freq*time); /* x-velocity*/

cg_omega[2] = 2*PI*freq*0.78534*(sin((2.0*PI*freq*time)+1.5708)) ;/*angular-velocity*/

}

zhang December 8, 2007 22:15

Re: pls. help : life-drag coefficient in dynamic m
 
Sorry loogtaan, I'm being busy on my job thess days. Beyond the report menu, you can see the reference values.Once you change denstity 1.225 to 2. The forces in the "Force Monitors" become the real forces

loogtaan December 20, 2007 20:54

Re: pls. help : life-drag coefficient in dynamic m
 
Thank you Zhang,

could you told me how about the velocity that I must use in the reference menu because I give same result for different Renolds Number.


All times are GMT -4. The time now is 07:24.