Skip to content

Commit

Permalink
fix boundary condition in input
Browse files Browse the repository at this point in the history
  • Loading branch information
zhichen3 committed Oct 24, 2024
1 parent 8eb00d6 commit 4337b0d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions Exec/science/xrb_spherical/inputs.He.1000Hz
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ geometry.is_periodic = 0 0
geometry.coord_sys = 2 # 0 => cart, 1 => RZ 2=>spherical
geometry.prob_lo = 1.1e6 0
geometry.prob_hi = 1.13072e6 3.1415926
amr.n_cell = 192 1152
amr.n_cell = 1536 2304 #192 1152

# >>>>>>>>>>>>> BC FLAGS <<<<<<<<<<<<<<<<
# 0 = Interior 3 = Symmetry
Expand All @@ -20,12 +20,6 @@ castro.hi_bc = 2 3 # Outflow in upper boundaries
# Allow non-square zones
castro.allow_non_unit_aspect_zones = 1

# Hydrostatic condition along R-direction
castro.xl_ext_bc_type = 1
castro.hse_interp_temp = 0
castro.hse_fixed_temp = 1.e8 # this should match problem.T_star
castro.hse_reflect_vels = 1

# Fill ambient states with outflow velocity in R-direction
castro.fill_ambient_bc = 1
castro.ambient_fill_dir = 0
Expand Down Expand Up @@ -145,7 +139,6 @@ problem.X_min = 1.e-2

problem.r_refine_distance = 9.216e4


# Microphysics

integrator.rtol_spec = 1.e-6
Expand Down

0 comments on commit 4337b0d

Please sign in to comment.