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

Majumdar's correction for underrelaxation

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 24, 2004, 01:48
Default Majumdar's correction for underrelaxation
  #1
Dalton
Guest
 
Posts: n/a
These days, I try to implement the approach proposed by S. Majumdar (Numerical heat transfer,vol13,pp125, 1988) to solve the underrelaxation factor problem with nonstaggered grids. But it does not work well. I really need your help to analyze my problem-- How to implement the term '(1-relaxation factor)*(V*[i+1/2]-f-V*[i]-V*[i+1])'. When I add it to my code, the results still change with the relaxation factor. Could you give me a favor for this?
  Reply With Quote

Old   May 27, 2004, 04:49
Default Re: Majumdar's correction for underrelaxation
  #2
zxaar
Guest
 
Posts: n/a
fluxMaj = (1 - urf) * ( flux - density ( UE * Ax + VE * Ay + WE * Az) )

flux = ( terms u would have calculated even otherwise) + fluxMaj ; // fluxMaj is addtional

// UE VE WE are vel components at face E and Ax Ay Az are area component of the face // flux is flux thorugh the face

hope this help
  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
Floating point exception error Alan OpenFOAM Running, Solving & CFD 11 July 1, 2021 21:51
ansys12: turning off correction scaling noa_emric FLUENT 7 March 8, 2015 21:17
About nonorthogonal correction in fvclaplacian 7islands OpenFOAM Running, Solving & CFD 4 December 9, 2012 22:54
Pressure correction problem richard_larson OpenFOAM Running, Solving & CFD 8 October 30, 2008 08:48
mass flux correction at outflow boundaries Subhra Datta Main CFD Forum 2 November 24, 2003 13:11


All times are GMT -4. The time now is 02:23.