|
[Sponsors] |
August 28, 2017, 04:53 |
Axisymmetric water jet 2D
|
#1 |
New Member
Cho
Join Date: Aug 2017
Posts: 2
Rep Power: 0 |
Hello dear users,
I'm very new to OpenFOAM, so I apologize for asking trivial questions. I already searched the forum for my problem but I didn't find an appropriate solution. I try to simulate *just* a 2D axisymmetric water jet for different (low) Re numbers, and the results should look like results.png (this image was made during the experiment), but for me, both pressure and velocity fields looks a bit weird even though the solution converges (p.png and U.png at t = 3 s) What am I doing wrong? 1) Did I choose the solver which doesn't fit in the case? (I tried pisoFoam and pimpleFoam) 2) The wrong turbulence model? (I tried RAS kEpsilon, and LES SpalartAllmarasDDES, both solutions didn't look good) 3) Or are there errors in the boundary conditions? Which are (for the LES case): inlet (only 1 face, one can see it in the attachec U.png file): p = zeroGradient U = fixedValue / unifrom (0 -1 0) (this is for Re = 1000) k = fixedValue / unifrom 0.5 (calculated with k = 0.5 uČ) nut = calculated / uniform 0 nuTilda = fixedValue / unifrom 0 outlet (All other faces except of 2 faces belongs to frontAndBack group): p = fixedValue / uniform 0; U = type inletOutlet; inletValue uniform (0 0 0); value uniform (0 -1 0); k = type inletOutlet; inletValue uniform 0.5, value uniform 0.5; nut = calculated / uniform 0 nuTilda = type inletOutlet; inletValue uniform 0; value uniform 0; frontAndBack: p = empty U = empty k = empty nut = empty nuTilda = empty internalField: p = uniform 0 U = unifrom (0 0 0) k = uniform 0.5 nut = uniform 0 nuTilda = uniform 0 *I used no walls* I would really appreciate any help. Greetings, Cho Last edited by cho99; January 28, 2019 at 06:23. |
|
August 30, 2017, 06:39 |
|
#2 |
New Member
Cho
Join Date: Aug 2017
Posts: 2
Rep Power: 0 |
Problem solved by visualizing the vorticity. div(U)
|
|
Tags |
pimplefoam, pisofoam, water jet |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Impinging free surface water jet on a flat plane | NicoMa | STAR-CCM+ | 0 | July 7, 2015 07:15 |
trying to model a water jet spray on to a rotating mesh | arunprabhakar94 | Main CFD Forum | 0 | March 28, 2015 13:30 |
Jet of water on fixed plate | dreamz | FLUENT | 9 | March 21, 2015 07:44 |
water jet into water tank | Fred | CFX | 9 | January 24, 2007 17:35 |
Simulating air jet into 2D & 3D water domain | Imran | FLUENT | 0 | June 6, 2006 09:57 |