Skip to content

Commit

Permalink
Change p file boundary conditions
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
stefan-buildSCI committed Jul 11, 2016
1 parent 2747836 commit 596590a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions etc/OpenFOAM_Sample_Files/study_room/0/p
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ boundaryField
west_window
{

type fixedValue;

value uniform 0;
type zeroGradient;

}

Expand All @@ -49,7 +47,9 @@ boundaryField
east_window
{

type zeroGradient;
type fixedValue;

value uniform 0;

}

Expand Down

0 comments on commit 596590a

Please sign in to comment.