|
[Sponsors] |
Numerical diffusion between TVD and NVD schemes |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
November 21, 2016, 08:14 |
Numerical diffusion between TVD and NVD schemes
|
#1 |
New Member
Wenkun Zhao
Join Date: Mar 2015
Location: Nanjing, China
Posts: 14
Rep Power: 11 |
Hi all formers,
I recently calculated a compressible flow using rhoCentralFoam and I found quite difference between the results when using different interpolationSchemes in fvSchemes file. The default interpolationSchemes for "reconstruct()" is VanLeer(V): Code:
interpolationSchemes { default linear; reconstruct(rho) vanLeer; reconstruct(U) vanLeerV; reconstruct(T) vanLeer; } Code:
interpolationSchemes { default linear; reconstruct(rho) Gamma 0.2; reconstruct(U) GammaV 0.2; reconstruct(T) Gamma 0.2; } Any suggestions? |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Nvd / tvd | MichiB | OpenFOAM Programming & Development | 8 | July 21, 2021 06:27 |
Need modification for MUSLE or MC schemes | liuhuafei | OpenFOAM Bugs | 3 | June 13, 2010 03:38 |
TVD ... | Questioner | Main CFD Forum | 1 | June 7, 2006 09:54 |