|
[Sponsors] |
September 22, 2012, 10:15 |
importance of CG motion
|
#61 | |
Member
Aamer Shahzad
Join Date: Mar 2010
Posts: 58
Rep Power: 16 |
Quote:
hope you are doing fine. you wrote that mentioning CG position and orientation is important. Will you please tell how to give CG position and orientation correctly. |
||
September 22, 2012, 11:55 |
|
#62 | |
Senior Member
Join Date: Mar 2011
Location: Germany
Posts: 552
Rep Power: 20 |
Quote:
|
||
March 3, 2014, 08:29 |
UDF FOR AN OSCILLATING FLAT PLATE (vertical oscillation)
|
#63 |
New Member
Wisdom
Join Date: Oct 2012
Posts: 2
Rep Power: 0 |
Hi all I am trying to write UDF for a flow over an oscillating flat plate. I have very very little knowledge of C++ so I am a novice, please I will need assistance from anybody that could help. After going through the Fluent Manual I believe I will need to write DEFINE CG_MOTION udf. Please I need your help. This is my personal email mcsagesse@yahoo.com. My major concern to write the udf for the plate oscillating along the y-axis
Thanks Wizzy |
|
July 10, 2015, 16:05 |
2d moving mesh for piston movement
|
#64 |
Member
Pradeep
Join Date: Nov 2014
Posts: 45
Rep Power: 12 |
Kindly help me in writing the udf to move a piston profile inside a cylinder to determine the flow pattern and turbulence. Many thanks in advance..
|
|
September 4, 2015, 03:26 |
|
#65 |
New Member
Amit soni
Join Date: Jul 2015
Posts: 10
Rep Power: 11 |
I am not able to see the motion in tech plot, would you help me . I am also working on flapping wing.
|
|
September 4, 2015, 03:52 |
|
#66 |
New Member
Amit soni
Join Date: Jul 2015
Posts: 10
Rep Power: 11 |
I did what is stated but my wing starts rotating a complete circle
|
|
May 12, 2016, 08:43 |
Dynamic mesh flapping wing - Interface problem
|
#67 |
Senior Member
Arun raj.S
Join Date: Jul 2011
Posts: 207
Rep Power: 16 |
Hi everyone,
I am simualting dragonfly motion. I want to use structured mesh around the aerfoil. But i did so many tries but I am not able to succeed using CG-MOTION. It is mainly due to the interface. Shadow of the interface (interface2) stays in the same place but the other interface move with the inner body. Both interface and shadow are not moving together. Please let me know what is the problem. I can give all the details u want. I am using smoothing, remeshing for the outer domain. My udf is working but I dont knw what to do at the interface. Smoothing = 0, remeshing accourding to mesh size. I followed the instructions in the tutorial. I dont know how he did, but this video shows that in fluent we can use dynamic mesh and interface https://www.youtube.com/watch?v=01hOD68DxrM x(t) = (Ao/2)*(1+cos(2*pi*f*t)*(cos(beta)) y)(t) = (Ao/2)*(1+cos(2*pi*f*t)*(sin(beta)) alpha(t) = alphao+B sin(2*pi*f*t) Ao=2.5 cm B=pi/4 alphao=pi/4 f=40 Hz beta = 60 degree I have differentiated the above function and applied in the udf vel[0] = - A0/2 * 2*pi*f*cos(beta)*sin(2*pi*f*t) vel[1] = - A0/2 * 2*pi*f*sin(beta)*sin(2*pi*f*t) omega[2]= B *2*pi*f*cos(2*pi*f) |
|
May 13, 2016, 01:40 |
Interface problem
|
#68 |
New Member
Amit soni
Join Date: Jul 2015
Posts: 10
Rep Power: 11 |
You have to define mesh interface condition in fluent. If you are using ANSYS FLUENT 14.5 or higher version select the matching option in mesh interface condition. For moving the structured mesh use the define zone motion. ( read from manual)
|
|
May 13, 2016, 01:50 |
|
#69 |
Senior Member
Arun raj.S
Join Date: Jul 2011
Posts: 207
Rep Power: 16 |
Hi Amit Soni,
Thank you so much for your reply. Yes when I define interface between two circular domains. I am getting error like "zone surface not able to create sliding interface". I want sliding interface as dynamic mesh works only for sliding interface. So What I tried is that "I created 2 sketches, one for inter domain and other for the outer domain. Now I have 2 different edges. I divided the 2 edges into 2. Basically i did all these things to make the interface to slide. But still it is not working. I am not able to understand your idea. Could you explain more? The attached figure will give a better idea |
|
May 13, 2016, 05:18 |
dynamic mesh problem
|
#70 |
New Member
Amit soni
Join Date: Jul 2015
Posts: 10
Rep Power: 11 |
In cell zone condition define zone motion is there try that option ( for udf with define zone motion). or You assign udf to both structured grid as well as wing. Try it
|
|
May 13, 2016, 13:27 |
|
#71 |
Senior Member
Arun raj.S
Join Date: Jul 2011
Posts: 207
Rep Power: 16 |
Hi amit,
I have tried so many times but not able to succeed. So I have prepared a pdf (as followed in the below link) containing all the steps I followed for my simulation. I have attached my UDF also. Please take a look. I struggled a lot to prepare this. Because I am in desperate need for the answer. Thank you once again. https://drive.google.com/file/d/0B7L...ew?usp=sharing https://drive.google.com/file/d/0B7L...ew?usp=sharing |
|
June 2, 2016, 05:32 |
|
#72 |
New Member
Babu
Join Date: Jun 2016
Posts: 4
Rep Power: 10 |
Hi montag dp: Can you please share the UDF file mentioned in your shared pdf:dh_algo.pdf
|
|
June 2, 2016, 05:35 |
|
#73 |
New Member
Babu
Join Date: Jun 2016
Posts: 4
Rep Power: 10 |
Dear Montag Dp...
Can you share the UDF file or ebook mentioned in your PDF? my email:babu2440@gmail.com |
|
June 2, 2016, 10:22 |
Can you send the UDF or ebook?
|
#74 | |
New Member
Babu
Join Date: Jun 2016
Posts: 4
Rep Power: 10 |
Can you send the UDF or ebook?
Quote:
|
||
June 20, 2016, 05:56 |
|
#75 | |
New Member
Babu
Join Date: Jun 2016
Posts: 4
Rep Power: 10 |
Quote:
|
||
April 4, 2019, 07:17 |
|
#76 |
New Member
balusu keerthi sree
Join Date: Apr 2019
Posts: 4
Rep Power: 7 |
hie everyone,
im trying to rotate a blade with angular velocity of 2000 rpm in y direction. can anyone help me out to write the UDF thanks in advance |
|
April 23, 2019, 03:08 |
Base Paper for Azimuth rotating wing
|
#77 |
New Member
Bilal
Join Date: Apr 2019
Posts: 6
Rep Power: 7 |
Hi everyone
I am new to CFD. I am doing a CFD analysis of Azimuth rotating rectangular wing in Ansys Fluent. The wing starts from rest, accelerate through a defined angle and after that, it rotates with constant velocity. I have already written the UDF for this motion but to validate and verify, I am unable to find some good base paper. Can anyone help me by suggesting some good paper for verification and validation of such kind of motion? Thanks |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Moving mesh | Niklas Wikstrom (Wikstrom) | OpenFOAM Running, Solving & CFD | 122 | June 15, 2014 07:20 |
Specify radial mesh motion in CFX | Jonas | CFX | 2 | April 23, 2008 03:54 |
Convergence moving mesh | lr103476 | OpenFOAM Running, Solving & CFD | 30 | November 19, 2007 15:09 |
tank motion on boat | Tim | FLUENT | 0 | May 23, 2007 12:50 |
large scale mesh motion | sb | FLUENT | 1 | April 27, 2007 23:23 |