|
[Sponsors] |
forward step: treating singularity pt for WENO FV |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
January 16, 2007, 11:20 |
forward step: treating singularity pt for WENO FV
|
#1 |
Guest
Posts: n/a
|
Hi,
I have implemented the WENO FV scheme. When I try to simulate the Forward facing step (Mach 3), I found that the code blows after certain number of iterations. I checked that the pressure goes to negative values at some time near the corner of the step. The paper by Shu mentions about applying an extra boundary condition at the singularity point (corner of the step). But, I am not sure if that is the problem with my current simulation. I apply the wall boundary condition by reflecting the values on all the ghost cells and also at only one ghost cell, while maintaining others at a near infinite value. Both gives similar solutions. But, which one is best? If anyone had tried this problem, kindly share your experience. Thank you very much for your help. |
|
January 18, 2007, 03:15 |
Re: forward step: treating singularity pt for WENO
|
#2 |
Guest
Posts: n/a
|
I suggest you to try to fix the singularity, then run again. If problem persists, there has to be a bug somewhere in the code. That is because, I implemented that case with a multiblock grid and it worked well. There shouldn't be a need for an order reduction for Mach 3.
Fixing the singularity which is at the corner of the step is another issue. Try to reset the values according to the the paper of Woodward and Colella. Like, resetting density variable in the first four cells in the first row beginning from the corner, and resetting magnitudes of velocities not their directions in the first two cells, which are located in the second row just above the step. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Transient simulation not converging | skabilan | OpenFOAM Running, Solving & CFD | 14 | December 17, 2019 00:12 |
How to write k and epsilon before the abnormal end | xiuying | OpenFOAM Running, Solving & CFD | 8 | August 27, 2013 16:33 |
Upgraded from Karmic Koala 9.10 to Lucid Lynx10.04.3 | bookie56 | OpenFOAM Installation | 8 | August 13, 2011 05:03 |
IcoFoam parallel woes | msrinath80 | OpenFOAM Running, Solving & CFD | 9 | July 22, 2007 03:58 |
Could anybody help me see this error and give help | liugx212 | OpenFOAM Running, Solving & CFD | 3 | January 4, 2006 19:07 |