CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   What velocity Boundary condition to use With Total Temperature and Pressure (https://www.cfd-online.com/Forums/openfoam-solving/172985-what-velocity-boundary-condition-use-total-temperature-pressure.html)

pupo June 10, 2016 10:20

What velocity Boundary condition to use With Total Temperature and Pressure
 
Hello Foamers,

I'm a bit confused with the boundary conditions for a total Pressure and Temperature Inlet. The solver being used in buyoantSimpleFoam, I've defined T and P_rgh as:

Code:

P_rgh
{
      Inlet { type prghTotalPressure;  p0 uniform 101325; gamma 1.4;}
}

T
{
      Inlet { type totalTemperature;    T0 293.7; gamma 1.4; }
}

for U, I'm not sure what velocity condition to use. the "pressureDirectedInletOutletVelocity" condition seems to have been designed to work with a TotalPressure condition, but is it suited for the prghTotalPressure?


Thank you!


All times are GMT -4. The time now is 07:41.