BLASIUS EQUATION Solutıon with Finite Difference Method

antiochos
Messages
3
Reaction score
0
1) Using a similarity variable, the boundary layer equations for a two-dimensional, incompressible flow over a flat plate can be written below:

2f'''+ff''=0


The boundary conditions are:

a) f ' (0) = 0, no slip at the wall
b) f(0)=0, solid wall
c) f ' (n) goes 1 as n goes infinity boundary layer solution merges into the inviscid solution.

I) using finite difference method, obtain a numerical solution of this equation. Plot f ' and f as a function n.
II) The shear stress on the wall requires f " (0) to be determined. From the numerical solution compute f " (0).



I ve uploaded the original doc file.


Can you help me with this?
 

Attachments

Last edited:
Physics news on Phys.org
You have stated what is clearly a homework problem but shown no work at all. I'm moving this to the "Calculus and Beyond" homework section but you will have to show what you have done yourself.
 
ok my path:

f'=y
y'=f''

the replaced y s with f s.

Then i wrote the finite difference equation.

Then i took the integral of y' with trapezoid rule..

i could not go any further
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top