CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM (https://www.cfd-online.com/Forums/openfoam/)
-   -   Pressure decrease when using rhoReactingBuoyantFoam (https://www.cfd-online.com/Forums/openfoam/219872-pressure-decrease-when-using-rhoreactingbuoyantfoam.html)

xixiuqi August 12, 2019 15:35

Pressure decrease when using rhoReactingBuoyantFoam
 
5 Attachment(s)
Hi everyone,

I build a model that the fuel is injected from the surface of a circle and I want to use rhoreactingBuoyantFoam to solve the process. However, when the product reached the boundaries, the pressure and temperature will decrease sharply. I am wondering whether it is the problem of boundary condition.

The first and second is the pressure and temperature at 2.3s. The ambient pressure is about 2.9e4Pa and the temperature is 200K, which are abnormal.

The attachments are the boundary conditions for p, p_rgh, and T.

For other boundary conditions, I use
Code:

    "(top|bottom|inlet|outlet)"
    {
        type            inletOutlet;
        inletValue      $internalField;
        value          $internalField;
    }

for the four boundaries.

Could anyone help me figure out the reasons?

Thank you so much!


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