Skip to content

Commit

Permalink
resolution in bondi3d reduced, nograd boundary replaced by absorbing
Browse files Browse the repository at this point in the history
  • Loading branch information
tillense committed Mar 8, 2019
1 parent b533cd8 commit 4eb831c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/bondi3d.f90
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ PROGRAM bondi3d
INTEGER, PARAMETER :: MGEO = SPHERICAL ! geometry of the mesh !
INTEGER, PARAMETER :: XRES = 100 ! x-resolution !
INTEGER, PARAMETER :: YRES = 4 ! y-resolution !
INTEGER, PARAMETER :: ZRES = 8 ! z-resolution !
INTEGER, PARAMETER :: ZRES = 4 ! z-resolution !
REAL, PARAMETER :: RIN = 0.1 ! inner/outer radii in terms of!
REAL, PARAMETER :: ROUT = 2.0 ! the Bondi radius RB, ROUT > 1!
! output parameters
Expand Down Expand Up @@ -177,7 +177,7 @@ SUBROUTINE MakeConfig(Sim, config)
y2 = PI
z1 = 0.0
z2 = 2*PI
bc(WEST) = NO_GRADIENTS
bc(WEST) = ABSORBING
bc(EAST) = CUSTOM
bc(SOUTH) = AXIS
bc(NORTH) = AXIS
Expand Down

0 comments on commit 4eb831c

Please sign in to comment.