From cfc6701f76060ddbe94dc2f3032ea915f308304d Mon Sep 17 00:00:00 2001 From: sergio <sergio> Date: Wed, 27 Jun 2018 16:45:59 -0700 Subject: [PATCH] TUT: Changing outlet p BC --- .../combustion/reactingFoam/RAS/SandiaD_LTS/0.orig/p | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/tutorials/combustion/reactingFoam/RAS/SandiaD_LTS/0.orig/p b/tutorials/combustion/reactingFoam/RAS/SandiaD_LTS/0.orig/p index 5a6f87e5f61..1c3829569a5 100644 --- a/tutorials/combustion/reactingFoam/RAS/SandiaD_LTS/0.orig/p +++ b/tutorials/combustion/reactingFoam/RAS/SandiaD_LTS/0.orig/p @@ -28,8 +28,13 @@ boundaryField outlet { - type totalPressure; - p0 $internalField; + type waveTransmissive; + psi thermo:psi; + lInf 1; + field p; + gamma 1.4; + fieldInf 100000; + value $internalField; } inletPilot -- GitLab