CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   FLUENT (https://www.cfd-online.com/Forums/fluent/)
-   -   dynamic mesh (https://www.cfd-online.com/Forums/fluent/35280-dynamic-mesh.html)

ads December 14, 2004 20:22

dynamic mesh
 
Nowdays I am learing about dynamic mesh ,but I can not find some information about it,especially about the udf in dynamic mesh ,can someone help me ?Give me some example about dynamic mesh ,my E-Mail:windman09@126.com Thank you

Shuto January 13, 2005 12:53

Re: dynamic mesh
 
I use dynamic meshing extensively and am learning the hard way. I am happy to share my experience of udfs if it helps, but what is the specific problem - have you read the users guide?

nour January 24, 2005 10:22

Re: dynamic mesh
 
hi, i am traying to move a piston in a closed cylinder. i wrote a udf, but i do not know the problem. the udf is: #include "udf.h" DEFINE_CG_MOTION(PISTON,dt,vel,omega,time,dtime) { vel[0]=0.1; vel[1]=0; omega[0]=0; omega[1]=0; }

please if u know whre the problem tell me

Shuto January 25, 2005 14:10

Re: dynamic mesh
 
Hi Nour,

No idea about your udf sorry, however you could try my lazy technique: make a copy of the udf from the poppet valve dynamic mesh tutorial. Change the input values, fiddle with the equations and hey presto, a stress-free udf.

Shuto.

Shuto January 25, 2005 14:37

Re: dynamic mesh
 
If the poppet valve example is not quite what you are after there are loads of examples in Fluents udf archives:

http://www.fluentusers.com/udf_archi...ples/index.htm

nour January 26, 2005 04:27

Re: dynamic mesh
 
hi, thank u very much for your advice...but the problem is that i searched in the documentation, i found the tutrial of poppet valve but not the valve.c....it is not copied in the surver in the uni. can u please send me i example of this udf... thank u nour


All times are GMT -4. The time now is 23:03.