From 5d7f39b60afe1ffb9d9d5648a865d6d832231e2f Mon Sep 17 00:00:00 2001 From: Henry <Henry> Date: Thu, 26 Sep 2013 22:40:51 +0100 Subject: [PATCH] tutorials/combustion/reactingFoam/ras/counterFlowFlame2D: Changed p BCs to totalPressure to avoid unstable entrainment --- .../reactingFoam/ras/counterFlowFlame2D/0/p | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/0/p b/tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/0/p index 79f071ce319..deca9ba60da 100644 --- a/tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/0/p +++ b/tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/0/p @@ -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 { -- GitLab