From 596590a8a016bb69093f74b605c49100e0369bb4 Mon Sep 17 00:00:00 2001 From: stefan-buildSCI Date: Sun, 10 Jul 2016 18:08:59 -0700 Subject: [PATCH] Change p file boundary conditions the 0 pressure boundary condition should be specified at the outlet. in p, changed west_window to zeroGradient type, and east_window to uniform 0 type. --- etc/OpenFOAM_Sample_Files/study_room/0/p | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/OpenFOAM_Sample_Files/study_room/0/p b/etc/OpenFOAM_Sample_Files/study_room/0/p index 0575026..9475fe0 100644 --- a/etc/OpenFOAM_Sample_Files/study_room/0/p +++ b/etc/OpenFOAM_Sample_Files/study_room/0/p @@ -33,9 +33,7 @@ boundaryField west_window { - type fixedValue; - - value uniform 0; + type zeroGradient; } @@ -49,7 +47,9 @@ boundaryField east_window { - type zeroGradient; + type fixedValue; + + value uniform 0; }