|
[Sponsors] |
December 29, 2023, 02:11 |
An interesting problem in fvSchemes
|
#1 |
New Member
han
Join Date: Jul 2021
Posts: 8
Rep Power: 5 |
I was simulation pure species transport using reactingFoam(turn reactions off)
First, the divSchemes were set as follows: divSchemes { default none; div(phi,U) Gauss upwind; div(phi,Yi_h) Gauss upwind; div(phi,h) Gauss limitedLinear 1; div(phi,K) Gauss upwind; div(phi,Yi) Gauss upwind; div(phid,p) Gauss upwind; div(phi,epsilon) Gauss upwind; div(phi,k) Gauss upwind; div(((rho*nuEff)*dev2(T(grad(U))))) Gauss linear; } The solution diverges in a few time steps.Then i swapped the position of 'div(phi,Yi_h)' and 'div(phi,Yi)’. It works !!!!! WHY? Someone can give an explanation to this? |
|
January 2, 2024, 06:52 |
|
#2 |
Senior Member
Join Date: Dec 2021
Posts: 251
Rep Power: 6 |
Hey
Can you post the whole case? It might help to reproduce this issue and seek out an explanation. |
|
January 2, 2024, 08:50 |
|
#3 |
Senior Member
Hrvoje Jasak
Join Date: Mar 2009
Location: London, England
Posts: 1,907
Rep Power: 33 |
For consistency, you should use the same cenvection scheme on all species and the energy equation - this is why it says Yi (species) _ h (enthalpy).
This is called a multi-variate scheme. Maybe the format has changed ot somebudy messes with your solver. Hrv
__________________
Hrvoje Jasak Providing commercial FOAM/OpenFOAM and CFD Consulting: http://wikki.co.uk |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Problem diverges when exhaust valve opens | swerner0711 | AVL FIRE | 0 | September 21, 2018 08:14 |
Convergence Problem in Multiphase problem (three phases) | m.uzair | FLUENT | 0 | August 2, 2018 09:23 |
Large problem partitioner | tzy | CFX | 3 | February 7, 2018 18:11 |
Can I solve this problem by Fluent? | Kai_kc | FLUENT | 1 | October 27, 2010 06:29 |
extremely simple problem... can you solve it properly? | Mikhail | Main CFD Forum | 40 | September 9, 1999 10:11 |