|
[Sponsors] | |||||
|
|
|
#1 |
|
New Member
Join Date: Nov 2012
Posts: 6
Rep Power: 2 ![]() |
Hello everybody, I'm a university student and I'm trying to simulate a ship hull on a water channel in Fluent.
I have realized the mesh in Gambit and it seems to have a good quality. My problem is how to set the parameters and the simulation in Fluent 14. I read I have to use a VOF model for a simulation concerning both the water and the air. I did the follow commands but you can see the results in figure 2: the water and the air seems to be mixed.. My commands in Fluent14:
regarding the boundary conditions they are reported in figure1. I used symmetry to simulate half fluid volume, wall on the hull, ocean floor and on the right surfaces of the fluid volume, pressure outlet for air in the air surfaces and velocity_inlet for the entrance surface of water. For the water pressure outlet, I set an udf. It describes the idrostatic pressure depending by the z-coordinate :
UDF for specifying steady-state parabolic pressure profile boundary profile for a turbine vane ************************************************** **********************/ #include "udf.h" DEFINE_PROFILE(pressure_profile,thread,index) { real x[ND_ND]; real z; face_t f; begin_f_loop(f,thread) { F_CENTROID(x,f,thread); z=x[2]; F_PROFILE(f,thread,index) = 998.2*9.81*(-z); } end_f_loop(f,thread) }
now I set the position of the water when the simulation start
where I'm wrong? Thanks to everyone will help me! BC-hull.jpg results.png |
|
|
|
|
|
|
|
|
#2 |
|
New Member
Join Date: Nov 2012
Posts: 6
Rep Power: 2 ![]() |
Anyone can help me?
|
|
|
|
|
|
|
|
|
#3 |
|
New Member
zooid
Join Date: Aug 2011
Posts: 1
Rep Power: 0 ![]() |
I have a similar problem, can anyone help please?
|
|
|
|
|
|
|
|
|
#4 |
|
New Member
Grigor Nikolov
Join Date: Dec 2012
Posts: 5
Rep Power: 2 ![]() |
||
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to obtain time averaged data in Fluent when using SM to simulate mixing tank | ziyan7 | FLUENT | 4 | February 14, 2012 02:08 |
| Does Fluent Calculate VOF before Momentum ? | Ganapathy | Fluent UDF and Scheme Programming | 1 | April 7, 2010 10:56 |
| Is Fluent applicable to simulate velocity distribution under low pressure (~100pa)? | beastieboys | FLUENT | 0 | March 3, 2010 01:55 |
| FLUENT VOF for ship's hull | simone b. | Main CFD Forum | 5 | December 6, 2008 07:45 |
| Is Fluent able to simulate welding process? | bambang | FLUENT | 1 | July 11, 2001 05:30 |