|
[Sponsors] |
May 23, 2013, 05:05 |
second order rhoCentralFoam
|
#1 |
Senior Member
Ehsan
Join Date: Oct 2012
Location: Iran
Posts: 2,208
Rep Power: 27 |
I want to have second order rhoCentralFoam.
whats your opinion about this fvScheme has been used for rhoCentralFoam,is it first order or second order: Code:
divSchemes { default none; div(tauMC) Gauss linear; div(phi) Gauss upwind; div(phi,omega) Gauss upwind; div(phi,k) Gauss upwind; div(phi,gas) Gauss upwind; } Code:
divSchemes { default none; div(tauMC) Gauss linear; div(phi) Gauss linearUpwindV; //div(phi,omega) Gauss upwind; //div(phi,k) Gauss upwind; div(phi,gas) Gauss linear; } 1)how can find out that schemes are hard-coded in the solver or not? 2)what tutorial is suitable for testing that does change in schemes has any effect or doesn't?
__________________
Injustice Anywhere is a Threat for Justice Everywhere.Martin Luther King. To Be or Not To Be,Thats the Question! The Only Stupid Question Is the One that Goes Unasked. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
First Order to Higher Order Blending Factor | NormalVector | FLUENT | 4 | November 13, 2023 08:06 |
2nd order upwind vs 2nd order upwind!!! | Far | Main CFD Forum | 7 | March 14, 2013 13:29 |
1st order vs 2nd order | ken | FLUENT | 8 | March 14, 2013 04:43 |
First order simulation better than second order | Torque_Converter | CFX | 7 | January 8, 2013 05:07 |
How to compute UDS fourth order gradient | Emma66 | FLUENT | 1 | April 27, 2010 06:44 |