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

Buoyancy and the 6DOF solver (FLUENT)

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By vinerm

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 26, 2012, 04:20
Default Buoyancy and the 6DOF solver (FLUENT)
  #1
i2a
New Member
 
combustion modeling
Join Date: Mar 2012
Posts: 6
Rep Power: 14
i2a is on a distinguished road
Hello Everybody,

Background: Object fully immersed (single phase) in water and falling under gravity. I am using the 6DOF solver (properties for which, are defined using a UDF as usual) in FLUENT.

Question: Do I have to explicity apply the buoyant force in the 6DOF properties UDF e.g prop[SDOF_LOAD_F_Y] = 100 N. I can easily get a number - because the body is fully immersed.

My Understanding: As far as I can understand the 6DOF solver should take care of Buoyancy automatically. As, in certain cases (object falling under gravity from air to water), the situation can get quite complicated and may require an interesting UDF for Buoyant Force calculation, which will be far from elegant for the multiphase users. Moreover if am not mistaken buoyancy is just the force due to the pressure difference between the upper and lower faces of the body (thinking of a square). As we are solving for pressure in FLUENT it (Buoyancy) should be automatically accounted for by the 6DOF solver.

Reason for the Thread: I think (do not have any experimental number) my object is falling with somewhat higher velocity. Hence the question.

Thanks very much,
Awaiting.







i2a is offline   Reply With Quote

Old   August 24, 2012, 09:19
Default
  #2
New Member
 
Join Date: Aug 2012
Posts: 2
Rep Power: 0
sergoblin is on a distinguished road
Hy,

I'm also simulating argon bubbles rising in liquid tin at constant temperature (500K) and constant atmospheric pressure. I do it in Fluent with VOF scheme. I also include surface tension and wetting angle on the wall between argon and tin. This model is very simple so it should not be any problems: after some time bubbles should rise to the surface because of densities difference ( buoyancy force against gravity force ). But it does not happen (the bubbles sink to the bottom of the tube and stay there till the end of the simulation) so I understood that here buoyancy force is somehow neglected... I would really appreciate if someone help with that issue!
sergoblin is offline   Reply With Quote

Old   August 24, 2012, 09:32
Default
  #3
New Member
 
Join Date: Aug 2012
Posts: 2
Rep Power: 0
sergoblin is on a distinguished road
Hy,

I'm also simulating argon bubbles rising in liquid tin at constant temperature (500K) and constant atmospheric pressure. I do it in Fluent with VOF scheme. I also include surface tension and wetting angle on the wall between argon and tin. This model is very simple so it should not be any problems: after some time bubbles should rise to the surface because of densities difference ( buoyancy force against gravity force ). But it does not happen (the bubbles sink to the bottom of the tube and stay there till the end of the simulation) so I understood that here buoyancy force is somehow neglected... I would really appreciate if someone help with that issue!
sergoblin is offline   Reply With Quote

Old   May 2, 2014, 03:25
Default Buoyancy not included in single-phase 6dof simulations
  #4
New Member
 
Jakob Hærvig
Join Date: Sep 2012
Location: Aalborg, Denmark
Posts: 27
Rep Power: 13
hrvig is on a distinguished road
Hi,
We have been struggling with the free fall motion of a flat plate in water.
We did some simulations by letting the plate fall freely parallel to the direction of gravity and monitored the position as function of time (using the motion history option provided with the 6dof solver).

The results show that a plate parallel to the gravity direction fall at almost 9.8 m/s^2 , suggesting that buoyancy is not included.

We then applied a external force using prop[SDOF_LOAD_F_Y] corresponding to the buoyancy and found the results to be reasonable.

If you have any question, please let me know.

Best regards,
Jakob
hrvig is offline   Reply With Quote

Old   March 27, 2017, 14:59
Default
  #5
New Member
 
Join Date: Nov 2013
Posts: 11
Rep Power: 12
danielfc is on a distinguished road
I am facing the same problems you guys mentioned above.

Now I am curious. In my setup it also seems like FLUENT ignores the buoyancy force and it has to be "artificially" included. But in this case, is the fluid force not calculated considering fluid pressure integration? Does the software remove the hydrostatic contribution? Whats is the reason for that? Stability?

I have also a more practical question. In my case, there is a spring connected to the body inside water, but the movement is not being damped as I expected. Any guess why?

By the way, I read your Master thesis Jakob. Nice job!
danielfc is offline   Reply With Quote

Old   March 27, 2017, 15:21
Default
  #6
New Member
 
Jakob Hærvig
Join Date: Sep 2012
Location: Aalborg, Denmark
Posts: 27
Rep Power: 13
hrvig is on a distinguished road
Hello danielfc,

Yes, when Fluent does the integration, the hydrostatic contribution is not included :-) You can however easily add it using a udf:

#include "udf.h"
DEFINE_SDOF_PROPERTIES(dof_udf, prop, dt, time, dtime)
{
prop[SDOF_MASS] = mass of object here
prop[SDOF_IZZ] = moment of inertia around z axis here
prop[SDOF_LOAD_F_Y] = total buoyancy force here
}

I think it is left out automatically, when the models you have selected do not require it.

I have never modelled a spring connected to a body but could the buoyancy force explain it?

Thanks for the comment on my Master thesis. However, there are plenty of things I would have done differently today :-) Isn't always like that?

Enjoy the 6DOF modelling,
Jakob
hrvig is offline   Reply With Quote

Old   March 27, 2017, 15:31
Default
  #7
New Member
 
Join Date: Nov 2013
Posts: 11
Rep Power: 12
danielfc is on a distinguished road
Hi Jakob,

I saw how to do it in your thesis' appendix! It is not my case right now, but I was just wondering how tricky it could be if you have a body with wetted volume changing during the simulation like a ship in waves, for example.

If the buoyancy effect is included or not is just a matter of the maximum amplitude, but my problem is that the amplitude is not being reduced by the fluid damping as I expected.
danielfc is offline   Reply With Quote

Old   March 28, 2017, 03:52
Default
  #8
New Member
 
Jakob Hærvig
Join Date: Sep 2012
Location: Aalborg, Denmark
Posts: 27
Rep Power: 13
hrvig is on a distinguished road
If you do such a simulation (ship in waves) using the VOF I am sure there is an easy way to do it. I guess it is already implemented as density differences are already specified when you setup the case.

How well do you resolve the flow around your object? Could that explain the difference?
hrvig is offline   Reply With Quote

Old   March 28, 2017, 14:05
Default
  #9
New Member
 
Join Date: Nov 2013
Posts: 11
Rep Power: 12
danielfc is on a distinguished road
Well, regarding the buoyancy, I think you are right and I will explore that.

With respect to the flow around the object, I am working with a simplified mesh and therefore I don't expect high accuracy results, but it should promote anyway some degree of damping. The results until now have shown either steady or amplified movement, what is physically meaningless. I am working on a even more simplified model in 2D in order to find out what is wrong in my setup.
danielfc is offline   Reply With Quote

Old   April 3, 2017, 12:34
Default Still nor working properly
  #10
New Member
 
Join Date: Nov 2013
Posts: 11
Rep Power: 12
danielfc is on a distinguished road
Having a hard time with this issue.

The 2D model has the same behavior.

Does anyone has experience with mass-spring system in FLUENT?

The time evolution of the mass vertical coordinate is attached.
Attached Images
File Type: jpg TEST_M02-1-03380.jpg (92.6 KB, 33 views)
danielfc is offline   Reply With Quote

Old   November 25, 2018, 15:02
Default
  #11
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 Jakob
I am simulating the 6 dof falling ball in water using 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   March 20, 2020, 08:45
Default help in spring modelling
  #12
RJE
Senior Member
 
Jedidi
Join Date: Mar 2020
Posts: 142
Rep Power: 6
RJE is on a distinguished road
i'm modelling a spring in fluent and i don't know how to do to model K and the preload. I'm using ansys for the first time, can anyone help me ?
RJE is offline   Reply With Quote

Old   March 20, 2020, 09:05
Default Spring Model
  #13
Senior Member
 
vinerm's Avatar
 
Vinerm
Join Date: Jun 2009
Location: Nederland
Posts: 2,946
Blog Entries: 1
Rep Power: 35
vinerm will become famous soon enough
Fluent has an in-built spring model. You just need to provide stiffness and preload.
RJE likes this.
__________________
Regards,
Vinerm

PM to be used if and only if you do not want something to be shared publicly. PM is considered to be of the least priority.
vinerm is offline   Reply With Quote

Old   March 20, 2020, 10:23
Default
  #14
RJE
Senior Member
 
Jedidi
Join Date: Mar 2020
Posts: 142
Rep Power: 6
RJE is on a distinguished road
i thought that i have to model a new material using udf to model the spring wich is attached to a solid in one way and fixed from the other side.
am i in the right way ?
RJE is offline   Reply With Quote

Old   March 20, 2020, 10:35
Default Material for Spring
  #15
Senior Member
 
vinerm's Avatar
 
Vinerm
Join Date: Jun 2009
Location: Nederland
Posts: 2,946
Blog Entries: 1
Rep Power: 35
vinerm will become famous soon enough
Even if Fluent did not have a model for spring, creating a material would not be a way; that would be a process in structural simulation but not in Fluids. In CFD, it just has to be the equation governing the force due to spring.
__________________
Regards,
Vinerm

PM to be used if and only if you do not want something to be shared publicly. PM is considered to be of the least priority.
vinerm is offline   Reply With Quote

Old   March 20, 2020, 10:54
Default
  #16
RJE
Senior Member
 
Jedidi
Join Date: Mar 2020
Posts: 142
Rep Power: 6
RJE is on a distinguished road
hi,
so let's say i have F=F0+K *dep ; and of course we know K and the preload how can i attach this equation to the solid in fluent ?
u have any idea ?
RJE is offline   Reply With Quote

Old   March 20, 2020, 11:20
Default Spring Model
  #17
Senior Member
 
vinerm's Avatar
 
Vinerm
Join Date: Jun 2009
Location: Nederland
Posts: 2,946
Blog Entries: 1
Rep Power: 35
vinerm will become famous soon enough
You do not need to attach any equation. When it is said that a model exists within a tool, it implies the mathematical model, i.e., equation is already included. All it requires from the user are the parameters, stiffness and preload, if any. These values need to be entered within Six-DOF Properties Dialogue Box.
__________________
Regards,
Vinerm

PM to be used if and only if you do not want something to be shared publicly. PM is considered to be of the least priority.
vinerm is offline   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



All times are GMT -4. The time now is 10:19.