CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM (https://www.cfd-online.com/Forums/openfoam/)
-   -   Question about buoyantBoussinesqPimpleFoam (https://www.cfd-online.com/Forums/openfoam/80815-question-about-buoyantboussinesqpimplefoam.html)

maysmech October 7, 2010 08:17

Question about buoyantBoussinesqPimpleFoam
 
Hello,
i want use buoyantBoussinesqPimpleFoam.
1-in B.C of pressure what is this mean? :

Code:

        type            buoyantPressure;
        rho            rhok;
        value          uniform 0;

2-is it same as incompressible solvers like pipmpleFoam with temperature field?
i mean can we use it for ventilation of a room with inlet mass and outlet or we should use another solver.
Best,

maysmech October 12, 2010 11:11

Any idea ?

palmerlee February 25, 2014 21:57

rhok
 
Hi,
I use buoyantBoussinesqPimpleFoam too.
My boundary condition for pressure (p_rgh) is:
Quote:

type totalPressure;
p0 uniform 0;
U U;
phi phi;
rho rhok;
psi none;
gamma 1;
value uniform 0;
Because there is no rho in the solver, so I have to use rhok instead. But I am not sure if it is OK. I'm expecting someone could explain the details about this rhok. Thanks!


All times are GMT -4. The time now is 15:35.