CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > FLUENT

How can i get velocity profile like this ?

Register Blogs Community New Posts Updated Threads Search

Like Tree15Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 13, 2015, 12:32
Default
  #21
Member
 
Join Date: Apr 2015
Posts: 41
Rep Power: 11
Falcon35 is on a distinguished road
Quote:
Originally Posted by CeesH View Post
I just looked at the Cornell results, and they do see the same overshoot in velocity at the edge of the boundary layer there. With that, I assume there is a small y-velocity component as well. Because in your case, it is there in the solution. If you color by the y-velocity instead of x-velocity, you'll see.
how can i fix it ?
Falcon35 is offline   Reply With Quote

Old   April 13, 2015, 12:37
Default
  #22
Senior Member
 
Cees Haringa
Join Date: May 2013
Location: Delft
Posts: 607
Rep Power: 0
CeesH is on a distinguished road
Well, if they find it as well, with the current fix there may not be a fix. Perhaps with a more refined mesh, and stricter residuals you do get closer to the Blasius solution. But if you are doing the exact Cornell tutorial, this is probably what it is.
CeesH is offline   Reply With Quote

Old   April 13, 2015, 12:41
Default
  #23
Member
 
Join Date: Apr 2015
Posts: 41
Rep Power: 11
Falcon35 is on a distinguished road
Quote:
Originally Posted by CeesH View Post
Well, if they find it as well, with the current fix there may not be a fix. Perhaps with a more refined mesh, and stricter residuals you do get closer to the Blasius solution. But if you are doing the exact Cornell tutorial, this is probably what it is.
so is it true or false ? and how can i get location of 0,99*Uinlet ?
Falcon35 is offline   Reply With Quote

Old   April 13, 2015, 12:52
Default
  #24
Senior Member
 
Cees Haringa
Join Date: May 2013
Location: Delft
Posts: 607
Rep Power: 0
CeesH is on a distinguished road
Physically, it should not be there. Numerically, it is, and it also is in the tutorial. If your goal is to replicate the tutorial, I wouldn't worry about the result. Otherwise, see if increasing mesh density helps.
CeesH is offline   Reply With Quote

Old   April 13, 2015, 12:57
Default
  #25
Member
 
Join Date: Apr 2015
Posts: 41
Rep Power: 11
Falcon35 is on a distinguished road
Quote:
Originally Posted by CeesH View Post
Physically, it should not be there. Numerically, it is, and it also is in the tutorial. If your goal is to replicate the tutorial, I wouldn't worry about the result. Otherwise, see if increasing mesh density helps.
man, i won't replicate , i have to do my homework and i need location of 0,99Uinlet to calculate boundary layer thickness numerically please help me ?
Falcon35 is offline   Reply With Quote

Old   April 13, 2015, 13:01
Default
  #26
Senior Member
 
Cees Haringa
Join Date: May 2013
Location: Delft
Posts: 607
Rep Power: 0
CeesH is on a distinguished road
increase the mesh density, see if the results change. To get the 0.99-level; with umean is 1, plot the iso-surface where u is 0.99m/s
Falcon35 likes this.
CeesH is offline   Reply With Quote

Old   April 13, 2015, 13:05
Default
  #27
Member
 
Join Date: Apr 2015
Posts: 41
Rep Power: 11
Falcon35 is on a distinguished road
Quote:
Originally Posted by CeesH View Post
increase the mesh density, see if the results change. To get the 0.99-level; with umean is 1, plot the iso-surface where u is 0.99m/s
okay good, how will i do it for 0,99Uinlet ? Can you describe it step by step like this plot>area-weighted average vs vs (for example) again ?
Falcon35 is offline   Reply With Quote

Old   April 13, 2015, 13:15
Default
  #28
Senior Member
 
Cees Haringa
Join Date: May 2013
Location: Delft
Posts: 607
Rep Power: 0
CeesH is on a distinguished road
In FLUENT, you could create a custom field function: define > custom field function. Set this equal to Ux/<enter value of inlet velocity>.

Then go to surfaces > iso-surface, and create an iso surface of constant field function, value 0.99.
Next, go to graphics and animations, contours and plot the surface.

This gives you a qualitative view however. For a quantitative view, I would recommend exporting the data to MATLAB or CFD post. Maybe it's possible in FLUENT too, but I don't know how to do that for every x-location. Perhaps you should also take a look at the post-processing part of the cornell tutorial because they explain the steps for plotting in CFD post very clearly, also normalization, and with that you should be able to do it.
CeesH is offline   Reply With Quote

Old   April 13, 2015, 14:13
Default
  #29
Member
 
Join Date: Apr 2015
Posts: 41
Rep Power: 11
Falcon35 is on a distinguished road
Quote:
Originally Posted by CeesH View Post
In FLUENT, you could create a custom field function: define > custom field function. Set this equal to Ux/<enter value of inlet velocity>.

Then go to surfaces > iso-surface, and create an iso surface of constant field function, value 0.99.
Next, go to graphics and animations, contours and plot the surface.

This gives you a qualitative view however. For a quantitative view, I would recommend exporting the data to MATLAB or CFD post. Maybe it's possible in FLUENT too, but I don't know how to do that for every x-location. Perhaps you should also take a look at the post-processing part of the cornell tutorial because they explain the steps for plotting in CFD post very clearly, also normalization, and with that you should be able to do it.
May i do it by "write to file" velocity profile for every x ?
Falcon35 is offline   Reply With Quote

Old   April 13, 2015, 17:55
Default
  #30
Member
 
Join Date: Apr 2015
Posts: 41
Rep Power: 11
Falcon35 is on a distinguished road
Quote:
Originally Posted by CeesH View Post
In FLUENT, you could create a custom field function: define > custom field function. Set this equal to Ux/<enter value of inlet velocity>.

Then go to surfaces > iso-surface, and create an iso surface of constant field function, value 0.99.
Next, go to graphics and animations, contours and plot the surface.

This gives you a qualitative view however. For a quantitative view, I would recommend exporting the data to MATLAB or CFD post. Maybe it's possible in FLUENT too, but I don't know how to do that for every x-location. Perhaps you should also take a look at the post-processing part of the cornell tutorial because they explain the steps for plotting in CFD post very clearly, also normalization, and with that you should be able to do it.
brother ????
Falcon35 is offline   Reply With Quote

Old   April 14, 2015, 03:53
Default
  #31
Senior Member
 
Cees Haringa
Join Date: May 2013
Location: Delft
Posts: 607
Rep Power: 0
CeesH is on a distinguished road
You can use write to file for every desired x indeed; then import the data into excel, matlab or some other software, and do the quantitative analysis there.
Falcon35 likes this.
CeesH is offline   Reply With Quote

Old   April 14, 2015, 04:48
Default
  #32
Member
 
Join Date: Apr 2015
Posts: 41
Rep Power: 11
Falcon35 is on a distinguished road
Quote:
Originally Posted by CeesH View Post
You can use write to file for every desired x indeed; then import the data into excel, matlab or some other software, and do the quantitative analysis there.
May i see boundary layer thickness in there by 0.99U ?
Falcon35 is offline   Reply With Quote

Old   April 14, 2015, 04:59
Default
  #33
Senior Member
 
Cees Haringa
Join Date: May 2013
Location: Delft
Posts: 607
Rep Power: 0
CeesH is on a distinguished road
yes. when you have the numbers, for each value of x you can look up the first number where Ulayer > 0.99U. Write down the position of this value for each x-position, and you get a good view of the boundary layer development
CeesH is offline   Reply With Quote

Old   April 14, 2015, 05:47
Default
  #34
Member
 
Join Date: Apr 2015
Posts: 41
Rep Power: 11
Falcon35 is on a distinguished road
Quote:
Originally Posted by CeesH View Post
yes. when you have the numbers, for each value of x you can look up the first number where Ulayer > 0.99U. Write down the position of this value for each x-position, and you get a good view of the boundary layer development
ty, i got 0,025 m boundary layer thickness for x= 0,5 m but i got it 0,034 by analitical method why is it ?
Falcon35 is offline   Reply With Quote

Old   April 14, 2015, 05:54
Default
  #35
Senior Member
 
Cees Haringa
Join Date: May 2013
Location: Delft
Posts: 607
Rep Power: 0
CeesH is on a distinguished road
Neither. Both the analytic and numerical approach make assumptions and thereby are approximate. Compare both with experimental data, and see which gets closer.
CeesH is offline   Reply With Quote

Old   April 14, 2015, 06:02
Default
  #36
Member
 
Join Date: Apr 2015
Posts: 41
Rep Power: 11
Falcon35 is on a distinguished road
Quote:
Originally Posted by CeesH View Post
Neither. Both the analytic and numerical approach make assumptions and thereby are approximate. Compare both with experimental data, and see which gets closer.
how can i compare both with experimental data
Falcon35 is offline   Reply With Quote

Old   April 14, 2015, 06:37
Default
  #37
Senior Member
 
Cees Haringa
Join Date: May 2013
Location: Delft
Posts: 607
Rep Power: 0
CeesH is on a distinguished road
You need to find a source reporting experimental data regarding boundary layer development over a flat plate. It must exist, because solutions like the Blasius solution are developed based on and compared to such data. Look in literature, find the data, do the comparison.
CeesH is offline   Reply With Quote

Old   April 14, 2015, 06:50
Default
  #38
Member
 
Join Date: Apr 2015
Posts: 41
Rep Power: 11
Falcon35 is on a distinguished road
Quote:
Originally Posted by CeesH View Post
You need to find a source reporting experimental data regarding boundary layer development over a flat plate. It must exist, because solutions like the Blasius solution are developed based on and compared to such data. Look in literature, find the data, do the comparison.
But teacher wanted us to calculate it by formula and ansys fluent ? i asked you why are they too different ; fluent's value 0,025 , formula's value 0,034 ?
Falcon35 is offline   Reply With Quote

Old   April 14, 2015, 07:03
Default
  #39
Senior Member
 
Cees Haringa
Join Date: May 2013
Location: Delft
Posts: 607
Rep Power: 0
CeesH is on a distinguished road
As I said, both the numerical approximation and the analytic solution make certain assumptions which cause their solution to differ. study the assumptions you make in both approaches, compare what their effect on the found profile might be. But remember, neither approach gives a perfect answer.
CeesH is offline   Reply With Quote

Old   April 14, 2015, 07:18
Default
  #40
Member
 
Join Date: Apr 2015
Posts: 41
Rep Power: 11
Falcon35 is on a distinguished road
Quote:
Originally Posted by CeesH View Post
As I said, both the numerical approximation and the analytic solution make certain assumptions which cause their solution to differ. study the assumptions you make in both approaches, compare what their effect on the found profile might be. But remember, neither approach gives a perfect answer.
then different results between 0,025 and 0,034 NORMAL ?
Falcon35 is offline   Reply With Quote

Reply


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
[UDF] Relative coordinates in logarithmic velocity profile cfdworker Fluent UDF and Scheme Programming 25 July 13, 2017 03:44
[swak4Foam] Inlet velocity profile for turbulent pipe flow using swak4Foam zordiack OpenFOAM Community Contributions 5 February 23, 2016 01:52
Logarithmic velocity profile cfdworker Fluent UDF and Scheme Programming 0 April 23, 2009 19:09
[boundary condition] logarithmic velocity profile cfdworker FLUENT 2 April 17, 2009 23:36
Prescribed inflow velocity profile - how to? Alan Main CFD Forum 10 October 28, 2005 12:14


All times are GMT -4. The time now is 19:06.