Skip to content

Commit

Permalink
Flat plate example: Use dirichlet BC at the top of the domain, outflo…
Browse files Browse the repository at this point in the history
…w BC was causing stability issues.
  • Loading branch information
iagkrais committed May 17, 2018
1 parent 0477eb8 commit bd6ff96
Show file tree
Hide file tree
Showing 14 changed files with 7 additions and 7 deletions.
Binary file modified ini/flatPlate/meshes/CART_HEX2D_FlatPlateA_mesh.h5
Binary file not shown.
Binary file modified ini/flatPlate/meshes/CART_HEX2D_FlatPlateB_mesh.h5
Binary file not shown.
Binary file modified ini/flatPlate/meshes/CART_HEX2D_FlatPlateC_mesh.h5
Binary file not shown.
Binary file modified ini/flatPlate/meshes/CART_HEX2D_FlatPlateD_mesh.h5
Binary file not shown.
Binary file modified ini/flatPlate/meshes/CART_HEX2D_FlatPlateE_mesh.h5
Binary file not shown.
Binary file modified ini/flatPlate/meshes/CART_HEX2D_FlatPlateF_mesh.h5
Binary file not shown.
Binary file modified ini/flatPlate/meshes/CART_HEX2D_FlatPlateG_mesh.h5
Binary file not shown.
2 changes: 1 addition & 1 deletion ini/flatPlate/meshes/preproc_stretch_A.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
BoundaryName=BC_y-
BoundaryType=(/3,0,0,2/)
BoundaryName=BC_y+
BoundaryType=(/24,0,1,-2/)
BoundaryType=(/2,0,1,-2/)
BoundaryName=BC_z-
BoundaryType=(/1,0,0,3/)
BoundaryName=BC_z+
Expand Down
2 changes: 1 addition & 1 deletion ini/flatPlate/meshes/preproc_stretch_B.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
BoundaryName=BC_y-
BoundaryType=(/3,0,0,2/)
BoundaryName=BC_y+
BoundaryType=(/24,0,1,-2/)
BoundaryType=(/2,0,1,-2/)
BoundaryName=BC_z-
BoundaryType=(/1,0,0,3/)
BoundaryName=BC_z+
Expand Down
2 changes: 1 addition & 1 deletion ini/flatPlate/meshes/preproc_stretch_C.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
BoundaryName=BC_y-
BoundaryType=(/3,0,0,2/)
BoundaryName=BC_y+
BoundaryType=(/24,0,1,-2/)
BoundaryType=(/2,0,1,-2/)
BoundaryName=BC_z-
BoundaryType=(/1,0,0,3/)
BoundaryName=BC_z+
Expand Down
2 changes: 1 addition & 1 deletion ini/flatPlate/meshes/preproc_stretch_D.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
BoundaryName=BC_y-
BoundaryType=(/3,0,0,2/)
BoundaryName=BC_y+
BoundaryType=(/24,0,1,-2/)
BoundaryType=(/2,0,1,-2/)
BoundaryName=BC_z-
BoundaryType=(/1,0,0,3/)
BoundaryName=BC_z+
Expand Down
2 changes: 1 addition & 1 deletion ini/flatPlate/meshes/preproc_stretch_E.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
BoundaryName=BC_y-
BoundaryType=(/3,0,0,2/)
BoundaryName=BC_y+
BoundaryType=(/24,0,1,-2/)
BoundaryType=(/2,0,1,-2/)
BoundaryName=BC_z-
BoundaryType=(/1,0,0,3/)
BoundaryName=BC_z+
Expand Down
2 changes: 1 addition & 1 deletion ini/flatPlate/meshes/preproc_stretch_F.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
BoundaryName=BC_y-
BoundaryType=(/3,0,0,2/)
BoundaryName=BC_y+
BoundaryType=(/24,0,1,-2/)
BoundaryType=(/2,0,1,-2/)
BoundaryName=BC_z-
BoundaryType=(/1,0,0,3/)
BoundaryName=BC_z+
Expand Down
2 changes: 1 addition & 1 deletion ini/flatPlate/meshes/preproc_stretch_G.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
BoundaryName=BC_y-
BoundaryType=(/3,0,0,2/)
BoundaryName=BC_y+
BoundaryType=(/24,0,1,-2/)
BoundaryType=(/2,0,1,-2/)
BoundaryName=BC_z-
BoundaryType=(/1,0,0,3/)
BoundaryName=BC_z+
Expand Down

0 comments on commit bd6ff96

Please sign in to comment.