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; }