CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

Find/Calculate displacement thickness from a velocity profile

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 27, 2023, 12:35
Lightbulb Find/Calculate displacement thickness from a velocity profile
  #1
New Member
 
Manos Dimitriadis
Join Date: May 2023
Posts: 20
Rep Power: 2
Manosd25 is on a distinguished road
Hi!

This post is part of a question that I have posted here but remained unanswered (Extracting flow parameters from measured velocity profiles in wind tunnel)

I have some data simulating different types of ABL in a wind tunnel. The data are basically different velocities (u) at different height levels of the wind tunnel (y), with also known parameters to have the kinematic viscosity (v) and von Karman constant (κ).

How I could find the displacement thickness δ* for every velocity profile?

Thank you!
Manosd25 is offline   Reply With Quote

Old   July 27, 2023, 13:13
Default
  #2
Senior Member
 
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,673
Rep Power: 65
LuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura about
You just numerically integrate the formula you claim you know.

If it helps, make plots of U vs y and U^2 vs y. Find the areas under each curve. The area under U vs y is related to displacement thickness and U^2 is related to momentum thickness.

Also you can just bump your own thread next time.
LuckyTran is offline   Reply With Quote

Old   July 27, 2023, 13:19
Default
  #3
New Member
 
Manos Dimitriadis
Join Date: May 2023
Posts: 20
Rep Power: 2
Manosd25 is on a distinguished road
So by using the trapezoidal rule I could compute delta star by that?


delta_y = y(2:end) - y(1:end-1); % Height increment
u_mid = (u(1:end-1) + u(2:end)) / 2; % Midpoint velocities
delta_star = sum((1 - u_mid / U_inf) .* delta_z); % Displacement thickness
Manosd25 is offline   Reply With Quote

Reply

Tags
boundary layer, displacement thickness, simulation


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
why RANS velocity profile seems to be developing over time atul1018 Main CFD Forum 5 July 28, 2022 08:29
[snappyHexMesh] determining displacement for added points CFDnewbie147 OpenFOAM Meshing & Mesh Conversion 1 October 22, 2013 09:53
Velocity profile boundary condition Tuca FLOW-3D 1 April 23, 2013 12:02
How to apply an outlet velocity profile to another inlet? siw FLUENT 4 April 10, 2013 11:19
Logarithmic velocity profile cfdworker Fluent UDF and Scheme Programming 0 April 23, 2009 19:09


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