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

Reference to entropy fix for Roe's scheme

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 25, 2015, 08:29
Default Reference to entropy fix for Roe's scheme
  #1
Member
 
Mandar Kulkarni
Join Date: Nov 2013
Location: Virginia Tech, Blacksburg, VA
Posts: 52
Rep Power: 12
kmandar is on a distinguished road
Dear SU2 developers,

I am running a case with Roe upwind scheme. According to the code at

numerics_direct_mean.cpp:1633,
CUpwRoe_Flow::ComputeResidual,

I see that the entropy fix is done as:

Code:
 /*--- Compute absolute value with Mavriplis' entropy correction ---*/
  
  MaxLambda = fabs(ProjVelocity) + RoeSoundSpeed;
  Delta = config->GetEntropyFix_Coeff();
  
  for (iVar = 0; iVar < nVar; iVar++) {
    Lambda[iVar] = max(fabs(Lambda[iVar]), Delta*MaxLambda);
  }
However, I could not find a reference for this, at least in the SU2 paper (AIAA 2013-0287). Could you please provide some details about the entropy fixing scheme?

Thanks,
Mandar
kmandar is offline   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
wmake problems during custom utility compilation palazi88 OpenFOAM Programming & Development 11 August 13, 2018 20:52
Compiling new Solver with wmake lin123 OpenFOAM 3 April 13, 2010 14:18
compile error about FJMPI chiven OpenFOAM Installation 11 March 31, 2010 06:27
Windows Installation BugsComments on Petrbs patch brooksmoses OpenFOAM Installation 48 April 16, 2006 00:20
limiter & entropy fix of Roe scheme kei-tee Main CFD Forum 21 May 26, 2003 05:50


All times are GMT -4. The time now is 14:24.