|
[Sponsors] |
March 6, 2018, 20:32 |
rhocentralFoam supersonic flow issues
|
#1 |
New Member
Join Date: May 2016
Posts: 14
Rep Power: 10 |
Dear all,
I am now running a 2D axisymmetric supersonic impinging jet case using rhocentralFoam. The current timestep is 8e-10s and CFL number is restricted to be less than 0.4. But results seems not correct. The pressure near the plate will be higher than the stagnation pressure. I have run this simulation very long for about 20 days already. However, the pressure is still sometimes larger than the stagnation pressure but it wont blow up. It seems like singularity points emerging near the plate or the axis sometimes, while the mesh is already very fine. The average y+ near the plate is below 2. CheckMesh is done and no errors or warnings pop up. BC should be correct. The only uncertainty is the axis should be empty or symmetry? I found CFL number has to be less than 0.2 in other threads, but I found some papers using rhocentralfoam only below 0.5 for supersonic flows. I am quite confused how to select the CFL number for rhocentralfoam? I am also suspicious of my fvschemes and fvsolutions? Could anyone help me check it? fvSolutions solvers { "(rho|rhoU|rhoE)" { solver diagonal; } U { solver smoothSolver; smoother GaussSeidel; nSweeps 2; tolerance 1e-09; relTol 1e-05; } e { $U; relTol 1e-05; } } fvSchemes fluxScheme Kurganov; ddtSchemes { default backward; } gradSchemes { default Gauss linear; } divSchemes { default none; div(tauMC) Gauss linear; } laplacianSchemes { default Gauss linear corrected; } interpolationSchemes { default linear; reconstruct(rho) vanLeer; reconstruct(U) vanLeerV; reconstruct(T) vanLeer; } snGradSchemes { default corrected; } Any ideas please? Really appreciate help from the Forum. Thanks. Sam |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How is the accuracy using VOF (pressure based solver) on supersonic flow | air_fun | Fluent Multiphase | 1 | August 25, 2021 01:59 |
rhoCentralFoam for channel flow | fportela | OpenFOAM Running, Solving & CFD | 22 | June 10, 2014 21:14 |
back pressure at exit for supersonic flow | BigFrank | FLUENT | 6 | April 24, 2014 16:13 |
Flow in Supersonic MHD Channel | Antanas | CFX | 6 | February 13, 2012 15:49 |
supersonic flow at inlet and subsonic flow at outlet | deep | CFX | 3 | March 14, 2011 17:02 |