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

convergence rate

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 15, 2004, 10:11
Default convergence rate
  #1
jim
Guest
 
Posts: n/a
I am trying to do a grid convergence study for the cell-centered finite volume scheme on unstructured triangular grids. The best convergence rate I could get was around 1.0 (scalar transport equation was solved for the rotating cone test). Does that make sense? Can someone point me to a relevant publication.

Thank you.

c - F & G flux vectors - loop over cells/elements

do i = 1 , ncells

f(i) = q(i)*u(i) ! F flux vector

g(i) = q(i)*v(i) ! G flux vector

enddo

c - build the r.h.s - loop over edges

do i = 1 , nedges

il = cell on the left

ir = cell on the right

flx = ( ( 0.5*( f(il) + f(ir) ) )*nx(i) + ( 0.5*( g(il) + g(ir) ) )*ny(i) ) * side(i)

rhs(il) = rhs(il) - flx

rhs(ir) = rhs(ir) + flx

enddo

  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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Convergence Centurion2011 FLUENT 48 June 14, 2022 23:29
Force can not converge colopolo CFX 13 October 4, 2011 22:03
error and convergence rate HaKu Main CFD Forum 0 April 28, 2011 17:39
Convergence rate of SimpleFoam boddyouareboy OpenFOAM 0 January 25, 2011 03:49
Convergence Rate Study Khurram Main CFD Forum 1 May 15, 2002 05:05


All times are GMT -4. The time now is 05:57.