|
[Sponsors] |
Mixed Convection Turbulent Boundary Layer Problem |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 4, 2013, 18:52 |
Mixed Convection Turbulent Boundary Layer Problem
|
#1 |
Senior Member
n/a
Join Date: Sep 2009
Posts: 199
Rep Power: 17 |
Hello Foamers... I am having a problem with my mixed convection turbulent boundary layer case. It seems the free stream velocity that I prescribe at the bottom of my computational domain is unable to "flow through" the domain. As you can see in the attached file, I prescribed a free stream of 0.2m/s at the southern boundary with a 10cm entrance length and the plate is at a higher temperature than the ambient. The more I look into it, I suspect that the BC at the east (opposite to the wall) might be the problem. The BC for U there is pressureInletOutletVelocity and pd is totalPressure. I am employing the pressureInletOutletVelocity to allow for entrainment due to the upflow of mass near the wall. Can anyone give me some feedback on what might be causing this. Two more things, I have expanded the domain and my simulation crashes, and when I prescribe the internal field to 0.2m/s, the BC on the east does not like it and it forces the streamwise velocity to zero.
|
|
March 8, 2013, 15:26 |
|
#2 |
Senior Member
n/a
Join Date: Sep 2009
Posts: 199
Rep Power: 17 |
So no one can give me any feedback at all?
|
|
March 9, 2013, 15:24 |
|
#3 |
Senior Member
n/a
Join Date: Sep 2009
Posts: 199
Rep Power: 17 |
It seems like there's nothing in OpenFOAM that caters to combined convection flows. Am I correct? All flows aren't strictly forced or natural convection.
|
|
March 15, 2013, 10:22 |
|
#4 |
Senior Member
n/a
Join Date: Sep 2009
Posts: 199
Rep Power: 17 |
Problem solved!!! I had to make some changes to the modified pressure equation pd. It feels great. If anyone in the future encounters a problem in simulating the classical mixed convection turbulent boundary layer, I might be able to assist.
|
|
November 27, 2013, 15:26 |
|
#5 |
Member
Jubayer
Join Date: Oct 2009
Location: The University of Western Ontario, London, Ontario
Posts: 42
Blog Entries: 1
Rep Power: 17 |
Hi deji,
Can you please let us know the way you solved this mixed convection problem? I am also trying to simulate a low Re flow where the natural convection cannot be neglected compared to the forced convection. Thanks. Jubayer |
|
November 27, 2013, 15:32 |
|
#6 |
Senior Member
n/a
Join Date: Sep 2009
Posts: 199
Rep Power: 17 |
Hey. It would be profoundly difficult for me to assist you without any specific questions.
|
|
November 27, 2013, 16:33 |
|
#7 |
Member
Jubayer
Join Date: Oct 2009
Location: The University of Western Ontario, London, Ontario
Posts: 42
Blog Entries: 1
Rep Power: 17 |
Hi deji,
You said you made some changes to the pressure. What are the changes? What are your pressure boundary conditions? or, if possible, Can you please upload a test case so that I can look into your boundary conditions? Thanks. Jubayer |
|
March 13, 2014, 05:32 |
|
#8 |
New Member
Join Date: Oct 2013
Posts: 3
Rep Power: 13 |
Hi Deji,
I am trying to simulate water flow in a storage tank with forced and natural convection. transient, compressible: variable density (T), turbulent Im not having great results with buoyantPimpleFoam? What solver did you use and you mention some pressure modifications? Thank you Tom |
|
March 13, 2014, 10:56 |
|
#9 |
Senior Member
n/a
Join Date: Sep 2009
Posts: 199
Rep Power: 17 |
I started with a solver called fireFoam, and I eventually had to modify the code to enable the computation of mixed convection turbulent wall flows. I called this code lowMachFoam. Regarding the pressure modification, I essentially took out the compressibility for stability. I think you may have success with the utilization of the fireFoam code, give it a try!
Cheers, Deji |
|
April 9, 2014, 04:27 |
|
#10 |
Member
Dejan Morar
Join Date: Nov 2010
Posts: 78
Rep Power: 17 |
Hi,
I'm trying to simulate a turbulent mixed convection case so that I have decided to post my question here instead of creating a new thread. My case is turbulent mixed convection to water in a square duct. Heating is asymmetric (just one wall is heated while the other three are not). For temperature I use fixedGradient at the heated wall while the other walls are adiabatic. fixedValue at the inlet and advective at the outlet are use for both temperature and velocity. For p_rgh I use buoyantPressure at the walls, zeroGradient at the inlet and fixedValue at the oulet (I have also tried totalPressure at the outlet without success). Solver is buoyantPimpleFoam (term dpdt is excluded from the energy equation). SGS model is homogeneousDynOneEqEddy. OpenFOAM version is 2.1.x. The problem is: as soon as I introduce the heating at the wall, it comes to the unphysical increase of the velocity at the outlet and to the back-flow from the outlet boundary. Unfortunately, I cannot upload an image at the moment. The geometry is alike the one form Deji with the difference that I have four walls in my case. Does anybody know what might cause the problem and how to solve it? Regards, Dejan Last edited by morard; April 15, 2014 at 06:10. |
|
April 15, 2014, 06:24 |
|
#11 |
Member
Dejan Morar
Join Date: Nov 2010
Posts: 78
Rep Power: 17 |
Here are the images at the outlet boundary.
|
|
May 26, 2014, 16:20 |
|
#12 |
New Member
Kadi
Join Date: May 2014
Posts: 11
Rep Power: 12 |
Dear Morad,
I have similar difficulty, I think the problem in u, p, p_rgh boundary conditions at the inlet and outlet. I have tried differents combinaisons, but can't find the adequates boundary. best regards |
|
May 27, 2014, 04:25 |
|
#13 |
Member
Dejan Morar
Join Date: Nov 2010
Posts: 78
Rep Power: 17 |
Dear Kader,
The only combination of boundary conditions that works for my case is: p_rgh inlet { type totalPressure; U U; phi phi; rho rho; psi none; gamma 1.4; p0 uniform 101325; value uniform 101325; } outlet { type buoyantPressure; gradient uniform 0; value uniform 101325; } U inlet { type pressureInletOutletVelocity; phi phi; value uniform (0 0 0.044); } outlet { type pressureInletOutletVelocity; phi phi; value uniform (0 0 0); } Four outlet velocity you can also apply inletOutlet or advective. But, I do not know how to specify inlet velocity at some specific value. Regards, Dejan |
|
May 27, 2014, 07:24 |
|
#14 |
New Member
Kadi
Join Date: May 2014
Posts: 11
Rep Power: 12 |
Thank you Morad, I will try it
|
|
May 29, 2014, 10:51 |
|
#15 |
New Member
Kadi
Join Date: May 2014
Posts: 11
Rep Power: 12 |
Dear Dejan,
I have used the recomanded boundary condition, I have the flowing error message: request for volScalarField rho from objectRegistry rgion0 failed availabe objects of type volScalarField are 13 (rhok nut ... I think the error in p_rgh boundary condition have you any idea thanks Kader |
|
November 29, 2020, 09:59 |
|
#16 |
New Member
damu
Join Date: Feb 2017
Posts: 24
Rep Power: 9 |
Dear all,
I have been trying to simulate flow over a heated cylinder using buoyantBoussinesqPimpleFoam in the laminar regime. Two issues; the lift coefficient is not falling on the negative side and my wake is not properly captured. If anybody has attended similar problems, please share your thoughts. Thank you |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
problem with boundary layer | usefkeyghobadi | OpenFOAM Running, Solving & CFD | 4 | April 23, 2012 11:25 |
Boundary Layer roughness/ low reynolds wall treatment | Luigi_ | STAR-CCM+ | 1 | March 14, 2012 09:40 |
Set inlet boundary conditions in turbulent boundary layer v2f run | kostas | Main CFD Forum | 0 | March 9, 2012 11:24 |
RPM in Wind Turbine | Pankaj | CFX | 9 | November 23, 2009 05:05 |
[GAMBIT] 3D Boundary Layer Laminar and Turbulent meshing | Harald D | ANSYS Meshing & Geometry | 1 | July 7, 2009 07:20 |