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

6Dof Solver + Moving Object in fluent

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

Like Tree2Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 17, 2016, 05:38
Default
  #21
Senior Member
 
Join Date: Nov 2013
Posts: 1,965
Rep Power: 26
pakk will become famous soon enough
So, which help do you want? Do you want help in how to make the UDF? Help in getting the UDF that you already made to work? Or just mental support?
CeesH and anan12345 like this.
pakk is offline   Reply With Quote

Old   March 17, 2016, 12:13
Default
  #22
New Member
 
harshit dariya
Join Date: Nov 2015
Posts: 3
Rep Power: 10
hdariya is on a distinguished road
Quote:
Originally Posted by pakk View Post
So, which help do you want? Do you want help in how to make the UDF? Help in getting the UDF that you already made to work? Or just mental support?
ya i need help in making udf. i read whole udf manual but i cant understand how can i make udf.
the only thing i can understand is that i should use 6dof for my work.
hdariya is offline   Reply With Quote

Old   March 18, 2016, 06:31
Default
  #23
Senior Member
 
Join Date: Nov 2013
Posts: 1,965
Rep Power: 26
pakk will become famous soon enough
If the Fluent manual is not good enough, how can we help?

I am not saying we can not help, but you should give something to work with... What do you want from us? What did you miss in the manual?
pakk is offline   Reply With Quote

Old   March 18, 2016, 11:40
Default
  #24
New Member
 
harshit dariya
Join Date: Nov 2015
Posts: 3
Rep Power: 10
hdariya is on a distinguished road
Quote:
Originally Posted by pakk View Post
If the Fluent manual is not good enough, how can we help?

I am not saying we can not help, but you should give something to work with... What do you want from us? What did you miss in the manual?
thanxx for your support
basically i want udf function for my problem which i mention above.
hdariya is offline   Reply With Quote

Old   March 18, 2016, 12:08
Default
  #25
Senior Member
 
Join Date: Nov 2013
Posts: 1,965
Rep Power: 26
pakk will become famous soon enough
Write down what the UDF should do.
Break this into smaller and smaller steps.
Do this a few times, until you can not break it down anymore.
In the ends, the steps will be so small that you can translate it to a UDF, and many people here can help with that last part.

Example:
Step 1:
Code:
The UDF should make a cake.
Step 2:
Code:
The UDF should buy ingredients for a cake;
mix them in the right proportions;
and bake the cake in the oven
Step 3:
Code:
The UDF should buy:
  *500 gr. flour,
  *10 eggs,
  *400 gr butter,
  *250 gr sugar.
Then mix the flour with the butter and the sugar,
and add 10 eggs to the mix.
Then put the mix in the baking mold.
Then put the baking mold in the oven,
set the oven to 180 degrees,
and let it wait for 40 minutes,
and then take it out of the oven.
Don't think this is a joke by the way: this is how coding works. Break complex things down, until you are at a level that the computer can understand.
pakk is offline   Reply With Quote

Old   May 5, 2016, 01:32
Default
  #26
New Member
 
mehrdad
Join Date: Feb 2016
Posts: 1
Rep Power: 0
mehrdadkh is on a distinguished road
I would be grateful if you could send me the box falling into water files.
email:mehrdadkhamooshi@yahoo.com
mehrdadkh is offline   Reply With Quote

Old   October 14, 2016, 05:38
Default
  #27
Member
 
Join Date: Apr 2009
Posts: 38
Rep Power: 17
artemiss1984 is on a distinguished road
Quote:
Originally Posted by Vania View Post
Hiiii

A useful reference for your problem

http://goo.gl/663zNX
Thanks. but it is passwoed protected. the password is not working
artemiss1984 is offline   Reply With Quote

Old   October 14, 2016, 05:59
Default
  #28
Senior Member
 
Join Date: Nov 2013
Posts: 1,965
Rep Power: 26
pakk will become famous soon enough
You are lucky that it did not work. From the post history of Vania, it looks like she/he was trying to get people to download malware.
pakk is offline   Reply With Quote

Old   April 16, 2017, 11:43
Default
  #29
New Member
 
Ehsan Akrami
Join Date: Aug 2012
Location: Ireland
Posts: 9
Rep Power: 13
ehsanakrami is on a distinguished road
Quote:
Originally Posted by pakk View Post
You are lucky that it did not work. From the post history of Vania, it looks like she/he was trying to get people to download malware.
Could you please send me the 6dof-mesh.msh.gz and 6dof 2d.c files?
ehsanakrami1@gmail.com
I would be very graceful.
ehsanakrami is offline   Reply With Quote

Old   June 12, 2017, 01:45
Default
  #30
New Member
 
Sazeda Begam
Join Date: Mar 2015
Posts: 4
Rep Power: 11
sazeda is on a distinguished road
Hi, all

I'm also looking for mesh and udf file for this tutorial: the box falling the water.
could you please send these files to me if anyone have?

1) 6dof-mesh.msh.gz
2) 6dof_2d.c

Thansk a lot.
My email: sbsazeda@swr.iitkgp.ernet.in
sazeda is offline   Reply With Quote

Old   June 29, 2017, 06:09
Default
  #31
Senior Member
 
Join Date: Jun 2014
Location: Taiwan
Posts: 100
Rep Power: 11
SJSW is on a distinguished road
Hi, Config,

I am trying to simulate a leaf falling down the tree.
Is the udf you had posted is sufficient to describe the leaf motion for a six-dof solver? @@
Thank you!

Quote:
Originally Posted by Config View Post
hello
if you want to just simulate "moving" use this and replace your weight:

#include "udf.h"
DEFINE_SDOF_PROPERTIES(proj, prop, dt, time, dtime)
{
prop[SDOF_MASS] = 1;
}
the other progress of solve is in "projectile moving inside a barrel"pdf that you want it i can send it for you
SJSW is offline   Reply With Quote

Old   August 28, 2017, 13:35
Default Tutorial Dynamics Mesh
  #32
New Member
 
Ivanrips's Avatar
 
Roger Iván
Join Date: Jun 2009
Location: Perú
Posts: 22
Rep Power: 16
Ivanrips is on a distinguished road
Hi my friends;
Here I share a tutorial about this topic:
http://cfd.ninja/ansys-fluent/dynamics-mesh/
Regards
Ivanrips is offline   Reply With Quote

Old   November 25, 2018, 15:09
Default
  #33
New Member
 
samir
Join Date: Sep 2011
Location: Algeria
Posts: 16
Rep Power: 14
samir_cfd is on a distinguished road
Send a message via MSN to samir_cfd Send a message via Skype™ to samir_cfd
Hi
I am simulating the same case in Fluent but I have a problem, when the ball is close to the free surface the solution diverege (divergence problem) I don't know where is the problem exactly and how to solve it?
Many thanks!!
samir_cfd is offline   Reply With Quote

Old   November 27, 2018, 06:39
Default
  #34
Senior Member
 
Join Date: Jun 2014
Location: Taiwan
Posts: 100
Rep Power: 11
SJSW is on a distinguished road
It seems that the dynamic mesh can't touch any wall, but I heard that it has been improved in v19.2 by overset model.

Maybe you set the interface to wall?
SJSW is offline   Reply With Quote

Old   November 27, 2018, 14:28
Default
  #35
New Member
 
samir
Join Date: Sep 2011
Location: Algeria
Posts: 16
Rep Power: 14
samir_cfd is on a distinguished road
Send a message via MSN to samir_cfd Send a message via Skype™ to samir_cfd
I didn t use any interface. Can I send you my fluent case
samir_cfd is offline   Reply With Quote

Old   December 3, 2018, 09:34
Default
  #36
Senior Member
 
Join Date: Jun 2014
Location: Taiwan
Posts: 100
Rep Power: 11
SJSW is on a distinguished road
Had you tried the tutorial shared by Ivanrips?
I think that you can run through the tutorial shared by Ivanrips first and feel the differences between the cases.
SJSW is offline   Reply With Quote

Old   March 6, 2019, 04:10
Default
  #37
New Member
 
ahmed bilal
Join Date: Feb 2019
Posts: 6
Rep Power: 7
a.r.bilal.mtc is on a distinguished road
Quote:
Originally Posted by Config View Post
hello
if you want to just simulate "moving" use this and replace your weight:

#include "udf.h"
DEFINE_SDOF_PROPERTIES(proj, prop, dt, time, dtime)
{
prop[SDOF_MASS] = 1;
}
the other progress of solve is in "projectile moving inside a barrel"pdf that you want it i can send it for you
could you please send it to me also
thanks in advance
a.r.bilal.mtc@gmail.com
a.r.bilal.mtc is offline   Reply With Quote

Old   March 6, 2019, 04:23
Default
  #38
Senior Member
 
Join Date: Nov 2013
Posts: 1,965
Rep Power: 26
pakk will become famous soon enough
Please read this:



Quote:
Originally Posted by pakk View Post
These files can be downloaded from the ansys customer portal.
Log in, go to "Tutorials & Training Materials", and search for "falling box".

Don't ask strangers to send you files. Get them yourself from a source that you can trust.
pakk is offline   Reply With Quote

Old   March 6, 2019, 04:29
Default
  #39
New Member
 
ahmed bilal
Join Date: Feb 2019
Posts: 6
Rep Power: 7
a.r.bilal.mtc is on a distinguished road
Quote:
Originally Posted by pakk View Post
Please read this:






Don't ask strangers to send you files. Get them yourself from a source that you can trust.
what if I can not get them from the source!
a.r.bilal.mtc is offline   Reply With Quote

Old   March 6, 2019, 04:36
Default
  #40
Senior Member
 
Join Date: Nov 2013
Posts: 1,965
Rep Power: 26
pakk will become famous soon enough
Then say: "Can anybody tell me where to get the 'projectile moving inside a barrel' pdf? I already looked at ..., but I could not find it there."


You asked Config to send you a pdf. The last time that Config was on this forum was in 2014, do you really expect him to come back to this forum, take the time to find this file from five years ago, and send it to you? That is not a reasonable thing to expect.
pakk is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Prescribed object motion and 6DOF vinz OpenFOAM Running, Solving & CFD 1 September 23, 2013 07:37
few quesions on ANSYS ICEMCFD and FLUENT Prakash.Paudel ANSYS 0 August 12, 2010 12:07
Changing from STAR to FLUENT - Solver Troubles BastiL FLUENT 0 February 15, 2008 16:41
2D flapping foil- moving ref frame model in Fluent VJ FLUENT 0 October 20, 2007 01:15
Moving Dynamic Mesh in Fluent 6.2 R.M.Bharath Somayaji FLUENT 0 January 9, 2006 20:36


All times are GMT -4. The time now is 15:38.