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

PSOR cfd code - Convergence problem

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 12, 2006, 14:26
Default PSOR cfd code - Convergence problem
  #1
Taskin
Guest
 
Posts: n/a
hi, I have been trying to write a cfd code(in C++) to implement point successive over-relaxation method(PSOR) in a 2D duct flow with a constant pressure gradient. I have calcuated my relaxation factor many times (which is w = 1.87), however this factor leads to indeterminite results in my code. I have also written a code to implement Point Gauss Seidel scheme, which works correctyly, and I just added the following components to Point Gauss Seidel scheme: u(i,j) = (1 - w)*u(i, j)~ + w * PGauss Seidel solution

~ denotes previous iteration value

this application always diverges before it reaches 100 iterations. however solution converges to correct value when w = 1.0(which turns into Poıint Gauss Seidel)..

if anyone can help me with the problem, I'll be very glad Thanks, Taskin
  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
Problem in k-eps turbulence code in complex geometry sontukaku Main CFD Forum 2 December 28, 2010 00:44
FSI convergence problem YY CFX 0 April 13, 2008 10:54
convergence problem in comsol anderson COMSOL 0 February 24, 2008 16:54
Continuity eq convergence problem carno FLUENT 4 February 8, 2008 04:04
convergence problem Trushar Phoenics 5 August 27, 2002 23:40


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