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

Difference between first order and second order

Register Blogs Members List Search Today's Posts Mark Forums Read

Like Tree9Likes
  • 1 Post By msatrustegui
  • 8 Post By RodriguezFatz

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 4, 2012, 05:59
Default Difference between first order and second order
  #1
Member
 
Marco
Join Date: Aug 2012
Location: Spain
Posts: 41
Rep Power: 13
msatrustegui is on a distinguished road
Hi everyone,

I've done a simulation of a fluid through some narrowings and turns in a pipe.

The first time i did the iterations with the pressure (solution methods) in first order, getting a good solution.

Then, i defined the pressure in second order. I did the simulation (it got me much more time), and the results were identical to those i got in the first simulation (with the pressure in first order).

Is there any difference of defining the pressure in first or second order? What is the meaning of the order (first or second)?

Thanks for your answers.
Vinay Nandurdikar likes this.
msatrustegui is offline   Reply With Quote

Old   December 4, 2012, 08:46
Default
  #2
Senior Member
 
RodriguezFatz's Avatar
 
Philipp
Join Date: Jun 2011
Location: Germany
Posts: 1,297
Rep Power: 26
RodriguezFatz will become famous soon enough
The actual equations (Navier-Stokes) you would like to solve are coupled differential euqations. Once you decide to solve them on a computer you do it numerically, i.e. you solve the equations on discrete points/volume elements.

Now you have to get from the original differntial equations (dp/dx ...) to a finite set of equations for the unknown grid values. This can be done, by switching from derivatives to some finite difference approximations, such as df/dx = [f(x+1) - f(x-1)] / 2dx.

Unfortunately these approximations are just approximations and the "=" in the last equation isn't really true. The order of an approximation says, that the error that is introduced by it is proportional to the grid spacing to the power of your order. Thus, first order means that a certain derivative is approximated by the finite difference PLUS "something times (dx)^1". Second order means plus "somthing times (dx)^2" and so on.

If a grid is small enough the error of a second order scheme will always be smaller than a first order error, because "dx^2" -> 0 faster than just "dx".

I guess in your case you just don't see the difference because it is much smaller than the relevant values in your domain. But you can be sure that for small "dx", second order will be better.
__________________
The skeleton ran out of shampoo in the shower.
RodriguezFatz is offline   Reply With Quote

Old   December 5, 2012, 06:54
Default
  #3
Member
 
Marco
Join Date: Aug 2012
Location: Spain
Posts: 41
Rep Power: 13
msatrustegui is on a distinguished road
Quote:
Originally Posted by RodriguezFatz View Post
The actual equations (Navier-Stokes) you would like to solve are coupled differential euqations. Once you decide to solve them on a computer you do it numerically, i.e. you solve the equations on discrete points/volume elements.

Now you have to get from the original differntial equations (dp/dx ...) to a finite set of equations for the unknown grid values. This can be done, by switching from derivatives to some finite difference approximations, such as df/dx = [f(x+1) - f(x-1)] / 2dx.

Unfortunately these approximations are just approximations and the "=" in the last equation isn't really true. The order of an approximation says, that the error that is introduced by it is proportional to the grid spacing to the power of your order. Thus, first order means that a certain derivative is approximated by the finite difference PLUS "something times (dx)^1". Second order means plus "somthing times (dx)^2" and so on.

If a grid is small enough the error of a second order scheme will always be smaller than a first order error, because "dx^2" -> 0 faster than just "dx".

I guess in your case you just don't see the difference because it is much smaller than the relevant values in your domain. But you can be sure that for small "dx", second order will be better.
Thanks for your answer, it helped me a lot.
msatrustegui is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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



All times are GMT -4. The time now is 09:25.