CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

rhocentralFoam supersonic flow issues

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 6, 2018, 19:32
Default rhocentralFoam supersonic flow issues
  #1
New Member
 
Join Date: May 2016
Posts: 14
Rep Power: 9
samlee is on a distinguished road
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
samlee is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


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 00:59
rhoCentralFoam for channel flow fportela OpenFOAM Running, Solving & CFD 22 June 10, 2014 20:14
back pressure at exit for supersonic flow BigFrank FLUENT 6 April 24, 2014 15:13
Flow in Supersonic MHD Channel Antanas CFX 6 February 13, 2012 14:49
supersonic flow at inlet and subsonic flow at outlet deep CFX 3 March 14, 2011 16:02


All times are GMT -4. The time now is 01:00.