Blasius numerical solution?

  • Thread starter Clausius2
  • Start date
  • Tags
    Numerical
In summary, the conversation is about a simulation of Blasius equation using the similarity variable eta. The boundary conditions are different from the flow over a flat plate, and it is observed that the numerical methods used have a normalized value of F'(infinity)=1. The speaker has programmed it in Matlab but is unsure how to consider the value of 0 at infinity instead of 1. They have also used the superposition principle and are asking for confirmation if it is valid for this equation. They are in need of urgent help with their program.
  • #1
Clausius2
Science Advisor
Gold Member
1,440
7
I have been doing a simulation of Blasius equation:

F'''+FF''/2=0 with F(eta) where eta is a similarity variable
eta=(y-1)/(x^(1/2))

F'(0)=1 u(y=1,x<<1)=1
F(0)=0 v(y=1,x<<1)=0
F'(infinite)=0 u(y=infinite, x<<1)=0

You can observe that the BC's are different of the flow over flat plate. This is obtained for a mixing thickness in the near field of a two-dimensional jet, near the orifice of exhaust (are you agree?).

in this page:
http://www.rit.edu/~pnveme/Matlab_Course/Matlab_App_ODE.html
where shooting method is employed in Matlab, it is said numerical methods (Runge Kutta, or the internal Matlab function ODE45) have normalized value F'(infinity)=1.

I have programmed it in Matlab but now I don't know how consider the value 0 at infinity instead of 1.
Could you help me?.
Thanks.
 
Last edited by a moderator:
Physics news on Phys.org
  • #2
particular solution

Hi, Clausius2;
It seems to me, I was wrong in my private message to you about the almightiness of SMM. The only solution that classic SMM can give us is:
F(eta)=6/(eta+C),
where C is an arbitrary constant.
See you in your old thread,
Max.
 
  • #3
I have used the superposition principle:

F(0)=0 F(0)=0 F(0)=0
F'(0)=1 F'(0)=1 F'(0)=0
F'(inf)=0 F'(inf)=2 F'(inf)=2
= -


:biggrin: Hey, it seems it works!, and I did't need your help. :cool:

But now, guys, you have to tell me if superposition principle is valid for this equation. Is it linear?. Hands up if you are agree!
 
  • #4
hello... I am in a real bind here. i tried runnning numerous scripts but they don't work... the programme should include runge kutta
ps: Need help pronto!
i would truly appreciate it
 
  • #5


I am familiar with the Blasius equation and its use in fluid dynamics simulations. The Blasius numerical solution is a common method for solving this equation, which is used to model boundary layer flow over a flat plate. The equation is a third-order nonlinear differential equation, which can be challenging to solve analytically. Therefore, numerical methods such as the shooting method and Runge Kutta are often used to find solutions.

In the content provided, the Blasius equation is being used to simulate flow in a two-dimensional jet near the orifice of an exhaust. It is noted that the boundary conditions are different from those for flow over a flat plate, with a mixing thickness in the near field being taken into account. The goal of the simulation is to find the value of F'(infinity), which represents the velocity at infinity.

The link provided shows the use of the shooting method in Matlab to solve the Blasius equation, and it is stated that the numerical methods used will result in a normalized value of F'(infinity)=1. However, in this case, the desired value is actually 0 instead of 1. This is likely due to the fact that the boundary conditions for this specific case are different from those used in the typical flat plate scenario.

To adjust the solution to give a value of 0 at infinity instead of 1, you may need to modify the boundary conditions or the numerical methods being used. It would be helpful to consult with other researchers or experts in this field to determine the best approach for your specific simulation. Additionally, you may want to explore other numerical methods or software that can handle non-standard boundary conditions. Overall, it is important to carefully consider the assumptions and limitations of any numerical solution and to validate the results with experimental data or other methods.
 

1. What is Blasius numerical solution?

Blasius numerical solution is a mathematical method used to solve the Blasius equation, which describes the boundary layer flow over a flat plate. It involves discretizing the equation and solving it numerically using iterative methods.

2. Why is Blasius numerical solution important?

The Blasius numerical solution is important because it is a fundamental tool in the study of fluid mechanics and aerodynamics. It allows scientists and engineers to model and predict the behavior of boundary layer flows, which are present in many practical applications such as aircraft wings and turbine blades.

3. How does Blasius numerical solution work?

Blasius numerical solution works by discretizing the Blasius equation into a system of algebraic equations, which can be solved iteratively using methods such as the finite difference method or the finite element method. The solution obtained is an approximation of the exact solution to the Blasius equation.

4. What are the advantages of using Blasius numerical solution?

The advantages of using Blasius numerical solution include its versatility and accuracy. It can be applied to a wide range of boundary layer flow problems and can provide solutions with a high level of accuracy, especially when the number of iterations is increased.

5. Are there any limitations to Blasius numerical solution?

Yes, there are some limitations to Blasius numerical solution. It assumes a steady, laminar flow and cannot be used for turbulent flows. Additionally, it may require a significant amount of computational resources and time to obtain a solution, especially for complex geometries.

Similar threads

  • Differential Equations
Replies
3
Views
307
  • Differential Equations
Replies
5
Views
2K
Replies
9
Views
2K
Replies
24
Views
3K
Replies
7
Views
2K
  • Differential Equations
Replies
1
Views
2K
Replies
2
Views
1K
  • Differential Equations
Replies
1
Views
964
  • Differential Equations
Replies
5
Views
641
  • Differential Equations
Replies
1
Views
656

Back
Top