|
[Sponsors] |
Divergence after implement nonreflecting boundary condition |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 23, 2014, 11:16 |
Divergence after implement nonreflecting boundary condition
|
#1 |
New Member
huang yu
Join Date: Jul 2012
Posts: 2
Rep Power: 0 |
hi guys:
i have a 2D euler unstructured(triangle) solver with the cell centered fvm. there are 2 bc types: farfield and wall. to calculate the flux through the farfield faces, the ghost cell have been used and only used at the farfield. 1. if i fix the variables of ghost cell equal to incomingflow value with no consideration about inflow and outflow, my implicit sovler works fine. 2. but when i implement the nonreflecting boundary condition at farfield(similar to the way in cfl3d, with 4 types, supersonic_in, supersonic_out, subsonic_in, subsonic_out), after some iteration step, negative density and pressure appears, iteration failed. i have checked the solution before the step of iteration failed, the flowfield looks fine, it seems that the negative density and pressure had sprung up somehow. my test case is naca0012 foil, ma=0.8, aoa=1.25. a explicit solver(Runge-Kutta 3) works fine with the both of the two treatments to the farfield. now i am in a big puzzle about the appearance of negative density and pressure, dose it have anything to do with the nonreflecting boundary condition? dose any one have some suggestions? Last edited by fireflies; October 23, 2014 at 13:23. |
|
Tags |
divergence |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Mathematical representation of fixedDisplacementZeroShear boundary condition | Sargam05 | OpenFOAM | 14 | January 11, 2022 07:55 |
conjugate boundary condition | Daniel_Khazaei | OpenFOAM Programming & Development | 0 | December 31, 2013 14:11 |
Question about heat transfer coefficient setting for CFX | Anna Tian | CFX | 1 | June 16, 2013 07:28 |
Opening Boundary Condition | andreachan | Main CFD Forum | 11 | March 19, 2013 17:46 |
inlet velocity boundary condition | murali | CFX | 5 | August 3, 2012 09:56 |