CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Blasius Flat Plate velocity over freestream

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 6, 2022, 06:42
Question Blasius Flat Plate velocity over freestream
  #1
New Member
 
Max Vorstadt
Join Date: May 2016
Posts: 28
Rep Power: 10
jet_engine is on a distinguished road
I was trying to run the following test case: 2D flow over flat plate laminar.

The case is pretty simple, it's just a 1x1m flat plate with laminar flow, which I was planning to use to show how the velocity profile matches with the Blasius solution (by plotting U/U_inf vs. eta).

The thing is, when I run it, there is a region of the flow which has a UMagnitude over the freestream velocity. The solver used is simpleFoam, but I've also tried using icoFoam with this other test case: Blasius Flat-Plate Flow Benchmark. The results are the same, UMagnitude goes over the freestream velocity.

The only change I made in the files is updating the transportProperties file as I'm using OF v2112:

turbulenceProperties:
Code:
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "constant";
    object      turbulenceProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

simulationType        laminar;

turbulence      off;

printCoeffs     off;
I have attached two images to show the results, one for Re 100 and the other one for Re 200.

Does anyone know what I'm doing wrong? Thanks in advance.
Attached Images
File Type: png Re100_new_domain.png (32.8 KB, 35 views)
File Type: png Re200_new_domain.png (30.0 KB, 15 views)
jet_engine is offline   Reply With Quote

Old   April 6, 2022, 09:29
Default
  #2
Senior Member
 
piu58's Avatar
 
Uwe Pilz
Join Date: Feb 2017
Location: Leipzig, Germany
Posts: 744
Rep Power: 15
piu58 is on a distinguished road
I think it is normal what you get.

If your inlet velocity is constant, and the velocity reduces at the boundary, it has to increase somewhere else.

The test case asumes a plate in an very large volume. You should come closer to that if you expand your area in y direction.
__________________
Uwe Pilz
--
Die der Hauptbewegung überlagerte Schwankungsbewegung ist in ihren Einzelheiten so hoffnungslos kompliziert, daß ihre theoretische Berechnung aussichtslos erscheint. (Hermann Schlichting, 1950)
piu58 is offline   Reply With Quote

Old   April 6, 2022, 12:35
Default
  #3
New Member
 
Max Vorstadt
Join Date: May 2016
Posts: 28
Rep Power: 10
jet_engine is on a distinguished road
Quote:
Originally Posted by piu58 View Post
I think it is normal what you get.

If your inlet velocity is constant, and the velocity reduces at the boundary, it has to increase somewhere else.

The test case asumes a plate in an very large volume. You should come closer to that if you expand your area in y direction.
Thanks for the suggestion! I will try to expand the domain in the y direction then.

Is there any better way or case setup to compare the results with the similarity solution besides increasing the Reynolds number a bit?

Thanks.
jet_engine is offline   Reply With Quote

Old   April 6, 2022, 13:35
Default
  #4
Senior Member
 
piu58's Avatar
 
Uwe Pilz
Join Date: Feb 2017
Location: Leipzig, Germany
Posts: 744
Rep Power: 15
piu58 is on a distinguished road
Quote:
Originally Posted by jet_engine View Post
Thanks for the suggestion! I will try to expand the domain in the y direction then.

Is there any better way or case setup to compare the results with the similarity solution besides increasing the Reynolds number a bit?

Thanks.
You me set the upper side as an outlet and not as a wall.
__________________
Uwe Pilz
--
Die der Hauptbewegung überlagerte Schwankungsbewegung ist in ihren Einzelheiten so hoffnungslos kompliziert, daß ihre theoretische Berechnung aussichtslos erscheint. (Hermann Schlichting, 1950)
piu58 is offline   Reply With Quote

Old   May 10, 2022, 02:17
Default Blasius Flat Plate Validation icoFoam Solver
  #5
New Member
 
Kyouma
Join Date: May 2022
Posts: 1
Rep Power: 0
Kyouma is on a distinguished road
Hi,

I am new to using OpenFOAM and wanted to add my experience and concerns so far in carrying out a verification and validation study on the solvers ability to reproduce the Blasius analytical solution. I have a 35 mm plate in a 500 mm high domain with an entrance length (before plate leading edge) of 20 mm. I am using a velocity of 0.2 m/s and a viscosity of nu = 1.0E-06 and 1.6E-05. I noticed that for the lower Reynolds case (using the higher viscosity) that the magnitude of acceleration seen over the boundary layer is larger. I thought maybe I could adjust the flow domain to increase in height towards the right patch to as a slant to account for the displaced mass from the displacement thickness layer which is causing some level of acceleration. However after doing this, I did not see any change in my sampled velocity results at various stream wise locations on the plate, nor in ParaView, the acceleration was still there and on the same magnitude. My advisor insists that the issue is either my boundary conditions and the displacement thickness. I checked and applied a significant amount of combinations of Boundary Conditions that fit the flow analysis logically (fixedValue, slip, noSlip, freestreamVelocity, freestreamPressure, zeroGradient). All of them returned the same results from the sampled data, and in ParaView. I see great agreement with the flow results with Re > 1500 to 10000 when comparing non dimensional velocity profile vs Eta, the shape factor and wall shear stress. But for the lower Re case which is arround 110 to 330 shows velocity acceleration up to 0.212 m/s compared to 0.2 which skews my plots if i calculated u/Uo based on 0.2 m/s . I just wanted to ask if this is normal and even accounting for the displacement thickness why would the acceleration still occur?. A reference to literature or a reputable resource would be greatly appreciate if you have any on hand to explain this phenomena rather than having you type up something that requires significant amount of your time. I have attached my case setup files below for reference. I appreciate your time and consideration.

Cheers,
Kyouma
Attached Files
File Type: txt p.txt (1.3 KB, 6 views)
File Type: txt U.txt (1.3 KB, 14 views)
File Type: txt blockMeshDict.txt (2.3 KB, 7 views)
File Type: txt controlDict.txt (2.0 KB, 6 views)
File Type: txt fvSchemes.txt (1.2 KB, 8 views)
Kyouma is offline   Reply With Quote

Reply

Tags
blasius, flat plate, openfoam, reynolds, velocity


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
Import .csv - velocity profile - error eSKa CFX 9 April 3, 2021 13:38
Drag Coefficient on flat plate normal to flow Bin STAR-CCM+ 19 June 26, 2017 11:03
Compressible Flat Plate with coupled hydrodynamic/thermal boundary layer Obad OpenFOAM Pre-Processing 0 September 14, 2016 14:45
Questions about a Turbulent Flat Plate Case tstorm FLUENT 2 August 11, 2009 14:16
fluid flow fundas ram Main CFD Forum 5 June 17, 2000 21:31


All times are GMT -4. The time now is 21:16.