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

help for a simple student

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 5, 2006, 09:06
Default help for a simple student
  #1
harika
Guest
 
Posts: n/a
Hi!

I'm a student of aerodynamics and I'm one of the first persons of my insitute who works with fluent. I want to work with dynamic mesh and UDFs to simulate a piston that moves back and forth. I wrote a UDF with F_PROFILE to move the piston, but it doesn't work. I'm sure, that it's not a big problem to write an UDF, that let a wall move with a sin-function. I have only the UDF manual, but it doesn't help. And as a simple student, I doesn't get a login for the Fluent user service center.

Does anyone wants to make a good deed and send me an example with such an UDF?

Thanks, and a happy new year!
  Reply With Quote

Old   January 5, 2006, 15:30
Default Re: help for a simple student
  #2
manoj
Guest
 
Posts: n/a
send me your problem file and your f_profile for the piston. let me try to figure it out.
  Reply With Quote

Old   January 6, 2006, 00:58
Default Re: help for a simple student
  #3
MANOJKUMAR
Guest
 
Posts: n/a
Hello Manoj Can y help me for setting injection setting. Manojkumar

  Reply With Quote

Old   January 6, 2006, 03:59
Default Re: help for a simple student
  #4
Manoj Kumar
Guest
 
Posts: n/a
Hi

You can use the following udf to move the piston (regid body). Compile and use the udf in dynamic mesh panel. ------------------ #include "udf.h" #define time 2

DEFINE_CG_MOTION(block,dt,vel,omega,time,dtime) {

/* set x-component of velocity */

vel[0] = 0.0;

/* set y-component of velocity */

vel[1] = 0.3*(2*3.14/2)*cos((2*3.14/2)*time);

/* set z-component of velocity */

vel[2] = 0.0;

} -----------------

If you want to move the piston in accordance with the pressure variation in the cylinder, you will have to extend this udf to calculate the total force acting on the cylinder and then set the vel[] vector accordingly.

Good luck

Manoj
  Reply With Quote

Old   January 6, 2006, 19:53
Default Re: help for a simple student
  #5
manoj
Guest
 
Posts: n/a
hi manoj ( damn this sounds weird ) ! well yeah i can help ya settin the case....
  Reply With Quote

Old   January 9, 2006, 08:45
Default Re: help for a simple student
  #6
harika
Guest
 
Posts: n/a
Hi Manoj,

it works!!! It's so great! Thank you very munch! I'm so happy now...
  Reply With Quote

Old   January 10, 2006, 00:18
Default Re: help for a simple student
  #7
MANOJKUMAR
Guest
 
Posts: n/a
Thanks a lot,

I tried to set injection from help menu but not succes.There is lot of parameter to set so I confused.In my case There is a square furnace 5000-long,1500 height and 4800 width and all dimenstions are in mm. And all four corner there is a burner at right angle to each other.Now i am try to set injection. First i made a PDF file of LDO-light diesel oil. First solve laminar and tarbulent without energy and then on the energy with injection. but there is enthalpy divergence. If there is some sequence to set the injection then it is help ful for me. or give me ur e-mail id so i can send my full problem. my e-mail is : ms_project05@rediffmail.com Thanking you, MANOJKUMAR
  Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
SIMPLE algorithm in 3D cylindrical coordinates zouchu Main CFD Forum 1 January 20, 2014 17:02
The correction on pressure equation of SIMPLE algorithm in MRFSimpleFOAM solver renyun0511 OpenFOAM Running, Solving & CFD 0 November 10, 2010 01:47
HELP! simple student syrakus FLUENT 0 March 23, 2006 23:08
PISO vs. SIMPLE benedikt flurl Main CFD Forum 2 April 14, 2005 06:54
student needs help on simple cfd question latifimran Jalil Main CFD Forum 1 September 17, 2002 10:02


All times are GMT -4. The time now is 16:52.