|
[Sponsors] |
August 25, 2015, 09:29 |
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: 13 |
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); } Thanks, Mandar |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
wmake problems during custom utility compilation | palazi88 | OpenFOAM Programming & Development | 11 | August 13, 2018 21:52 |
Compiling new Solver with wmake | lin123 | OpenFOAM | 3 | April 13, 2010 15:18 |
compile error about FJMPI | chiven | OpenFOAM Installation | 11 | March 31, 2010 07:27 |
Windows Installation BugsComments on Petrbs patch | brooksmoses | OpenFOAM Installation | 48 | April 16, 2006 01:20 |
limiter & entropy fix of Roe scheme | kei-tee | Main CFD Forum | 21 | May 26, 2003 06:50 |