|
[Sponsors] |
November 7, 2004, 02:37 |
Blasius equation.
|
#1 |
Guest
Posts: n/a
|
Can anyone kindly tell me how to use Finite-diffence method to solve Blasius's equation of laminar boundary layer (2f''' + ff'' = 0). I have consulted many text-books but the numerical method is not used to solve the equation. I needed any online text or idea to quickly fix this.
Thanks, Lawal |
|
November 7, 2004, 04:21 |
Re: Blasius equation.
|
#2 |
Guest
Posts: n/a
|
Your equation looks wired to me, usually, Blasius's equation has f' term. By the way, what is your boundary conditions?
|
|
November 7, 2004, 04:24 |
Re: Blasius equation.
|
#3 |
Guest
Posts: n/a
|
|
|
November 7, 2004, 04:30 |
Re: Blasius equation.
|
#4 |
Guest
Posts: n/a
|
Sorry for the confusion,
2f''' + ff'' = 0 You can set z = -0.5 f y y = f'' x = f' and use, for example, Runge-Kutta method for the time or space marching. |
|
November 8, 2004, 05:42 |
Re: Blasius equation.
|
#5 |
Guest
Posts: n/a
|
The standard way to solve this equation is to use central differences to obtain a nonlinear set of equations which you can solve using Newton iteration.
An alternative is to use a Runge-Kutta and the "shooting" method, Tom. |
|
November 8, 2004, 13:34 |
Re: Blasius equation.
|
#6 |
Guest
Posts: n/a
|
See White "Viscous Flow" for a rather complete description and a code (Runge-Kutta)
-- Jarmo |
|
November 14, 2004, 13:08 |
Blasius equation.
|
#7 |
Guest
Posts: n/a
|
I would be grateful if you could help solve this Blasius equation using shooting method for me f"' + ff" = 0, f(0) = 0, f'(0) = 0, f"(0) =0.4696 Thank You
|
|
November 15, 2004, 15:45 |
Re: Blasius equation.
|
#8 |
Guest
Posts: n/a
|
White's book has both the code needed and the R-K subroutine. I have done this long time ago myself, don't have the book or my own notes handy, and don't have enough time to start working on this now.
If you can find White's book, and still have some questions or run into problems, I may be able to provide some help at that point. -- Jarmo |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
mass flow in is not equal to mass flow out | saii | CFX | 12 | March 19, 2018 06:21 |
Calculation of the Governing Equations | Mihail | CFX | 7 | September 7, 2014 07:27 |
Blasius Equation Discretization: | john_t | Main CFD Forum | 3 | April 18, 2011 03:22 |
Blasius equation help :( | johnt447 | Main CFD Forum | 0 | March 18, 2011 18:57 |
Constant velocity of the material | Sas | CFX | 15 | July 13, 2010 09:56 |