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

Need modification for MUSLE or MC schemes

Register Blogs Community New Posts Updated Threads Search

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   March 9, 2010, 21:14
Default Need modification for MUSLE or MC schemes
  #1
New Member
 
Liu Huafei
Join Date: Mar 2009
Location: Shanghai, China
Posts: 20
Rep Power: 17
liuhuafei is on a distinguished road
Maybe the MUSCL scheme is same as the MC scheme? Please check them
in the MUSCL.H and MC.H

MUSCL.H

75 scalar r = LimiterFunc::r
76 (
77 faceFlux, phiP, phiN, gradcP, gradcN, d
78 );
79
80 return max(min(min(2*r, 0.5*r + 0.5), 2), 0);

MC.H
76 scalar r = LimiterFunc::r
77 (
78 faceFlux, phiP, phiN, gradcP, gradcN, d
79 );
80
81 return max(min(min(2*r, 0.5*(1 + r)), 2), 0);

Another question:
Now most of the openFOAM's high resolution schemes are based on TVD.
Many famous NVD schemes such as SMART are not implemented in the openFOAM. What is the reason? Is the implementation of NVD schemes is more difficult than that of TVD schemes?
liuhuafei is offline   Reply With Quote

 


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
time stepping schemes for compressible DNS/LES shyamdsundar Main CFD Forum 0 January 14, 2010 23:15
ENERGY CONSERVATION SCHEMES! Science Seeker Main CFD Forum 1 May 24, 2001 12:13
Advection schemes for LES kalyan Main CFD Forum 2 May 17, 2001 13:43
TVD Schemes Matt Umbel Main CFD Forum 1 January 25, 2000 04:21
Higher-order bounded convection schemes for pure advection with discontinuity Anthony Main CFD Forum 3 June 13, 1999 02:36


All times are GMT -4. The time now is 18:39.