tutorials/combustion/reactingFoam/ras/counterFlowFlame2D: Changed p BCs

to totalPressure to avoid unstable entrainment
This commit is contained in:
Henry
2013-09-26 22:40:51 +01:00
parent e197117805
commit 5d7f39b60a

View File

@ -29,14 +29,16 @@ boundaryField
{
type zeroGradient;
}
inlet2
{
type zeroGradient;
}
outlet
{
type fixedValue;
value uniform 1e5;
type totalPressure;
p0 $internalField;
U U;
phi phi;
rho none;
psi none;
gamma 1;
value $internalField;
}
frontAndBack
{