CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

Second order Upwind

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 16, 2007, 15:43
Default Second order Upwind
  #1
Mike
Guest
 
Posts: n/a
Hi,

Could anyone help me find an article about second order upwind. Is it Quick method or something different.

Best
  Reply With Quote

Old   January 16, 2007, 18:15
Default Re: Second order Upwind
  #2
Bren
Guest
 
Posts: n/a
It'sa type of finite differencing stencil. You should be able to learn about it in any finite difference textbook.

The idea is that finite difference stencils originate from Taylor series. By expanding a function, 'f' say, we can develop finite difference approximations to derivatives.

Upstream differencing means that the finite difference operators are calculated by using points that are up-stream.

An example is the first derivative of f with respect to x (where dx is the grid spacing). The derivative at the node 'i' can be written f_x(central)=(1/2)*(f(i+1)-f(i-1))/dx f_x(upstream)=(f(i+1)-f(i))/dx

Other operators are available; the order of the operator comes from the truncation error in the Taylor series.

Hope this is of some help, Bren
  Reply With Quote

Old   January 17, 2007, 08:35
Default Re: Second order Upwind
  #3
ag
Guest
 
Posts: n/a
QUICK is one type of higher-order upwind, and refers to the reconstruction used to generate face values of the field variables (although it can also be used on the flux variables directly). Such reconstructions are typically used in conjunction with Riemann type solvers, although you can also find higher order upwind reconstruction used in incompressible solvers. One can also formally develop upwind stencils following Bren's outline. Try googling for higher-order upwind CFD.
  Reply With Quote

Old   January 22, 2007, 03:05
Default Re: Second order Upwind
  #4
Valdemir G. Ferreira
Guest
 
Posts: n/a
Dear Mike,

Please, see Adaptative QUICKEST scheme by VG Ferreira et al. in Communications in Numerical Methods in Engineering (In Press).

VGF
  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
Second Order Upwind: Residuals enricokr FLUENT 28 January 2, 2018 17:41
2nd order upwind vs 2nd order upwind!!! Far Main CFD Forum 7 March 14, 2013 12:29
Second order upwind is not UPwind!!! Far CFX 9 May 31, 2011 08:21
2nd order upwind scheme (Fluent and CFX) Far FLUENT 0 May 22, 2011 01:50
Changing LimitedLinear to blend with 2nd order upwind instead of 1st order upwind stevenvanharen OpenFOAM Programming & Development 0 April 11, 2011 05:54


All times are GMT -4. The time now is 00:12.