Skip to content

Commit 457bbdd

Browse files
committed
fix codespell
1 parent 4374d5c commit 457bbdd

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Exec/science/xrb_spherical/analysis/slice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def slice(fnames:List[str], fields:List[str],
8686

8787
center = centers[loc]
8888
else:
89-
# If theta is provided explicitely, then assume this is the theta corresponding to
89+
# If theta is provided explicitly, then assume this is the theta corresponding to
9090
# flame front. Then keep the front at ~0.7 of the plotting width.
9191

9292
# Determine dtheta that displaces from center to ~0.7 of the plotting domain

Exec/science/xrb_spherical/inputs.He.1000Hz renamed to Exec/science/xrb_spherical/inputs.He.45deg.1000Hz

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ stop_time = 3.0
66
geometry.is_periodic = 0 0
77
geometry.coord_sys = 2 # 0 => cart, 1 => RZ 2=>spherical
88
geometry.prob_lo = 1.1e6 0
9-
geometry.prob_hi = 1.13072e6 3.141592653589793
10-
amr.n_cell = 768 2304 #192 1152
9+
geometry.prob_hi = 1.13072e6 0.785398 # pi/4
10+
amr.n_cell = 1536 43200 #This achieves 20cm res in both radial and theta dir
1111

1212
# >>>>>>>>>>>>> BC FLAGS <<<<<<<<<<<<<<<<
1313
# 0 = Interior 3 = Symmetry
1414
# 1 = Inflow 4 = SlipWall
1515
# 2 = Outflow 5 = NoSlipWall
1616
# >>>>>>>>>>>>> BC FLAGS <<<<<<<<<<<<<<<<
1717
castro.lo_bc = 3 3 # Inflow in lower R and Symmetry across Theta
18-
castro.hi_bc = 2 3 # Outflow in upper boundaries
18+
castro.hi_bc = 2 2 # Outflow in upper boundaries
1919

2020
# Allow non-square zones
2121
castro.allow_non_unit_aspect_zones = 1
@@ -56,8 +56,8 @@ castro.rotation_include_centrifugal = 0
5656
castro.diffuse_temp = 1
5757
castro.diffuse_cutoff_density_hi = 5.e4
5858
castro.diffuse_cutoff_density = 2.e4
59-
6059
castro.diffuse_cond_scale_fac = 1.0
60+
castro.diffuse_use_amrex_mlmg = 0
6161

6262
castro.react_rho_min = 1.e2
6363
castro.react_rho_max = 1.5e7
@@ -96,15 +96,15 @@ amr.n_error_buf = 2 2 2 2 # number of buffer cells in error est
9696

9797
# CHECKPOINT FILES
9898
amr.check_file = xrb_spherical_1000Hz_chk # root name of checkpoint file
99-
amr.check_int = 250 # number of timesteps between checkpoints
99+
amr.check_int = 50000 # number of timesteps between checkpoints
100100

101101
# PLOTFILES
102102
amr.plot_file = xrb_spherical_1000Hz_plt # root name of plotfile
103103
amr.plot_per = 5.e-3 # number of seconds between plotfiles
104104
amr.derive_plot_vars = ALL
105105

106106
amr.small_plot_file = xrb_spherical_1000Hz_smallplt # root name of plotfile
107-
amr.small_plot_per = 1.e-6 #1.e-4 # number of seconds between plotfiles
107+
amr.small_plot_per = 1.e-4 # number of seconds between plotfiles
108108
amr.small_plot_vars = density Temp
109109
amr.derive_small_plot_vars = abar x_velocity y_velocity z_velocity enuc
110110

@@ -121,7 +121,7 @@ problem.T_hi = 2.e8
121121
problem.T_lo = 8.e6
122122

123123
problem.H_star = 2000.e0
124-
problem.atm_delta = 400.0 #50.0
124+
problem.atm_delta = 50.0
125125

126126
problem.fuel1_name = "helium-4"
127127
problem.fuel1_frac = 1.0e0

Exec/science/xrb_spherical/inputs.He.plane.1000Hz

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ geometry.is_periodic = 0 0
77
geometry.coord_sys = 2 # 0 => cart, 1 => RZ 2=>spherical
88
geometry.prob_lo = 1.1e6 0
99
geometry.prob_hi = 1.13072e6 0.17
10-
amr.n_cell = 1536 9360 #This acheives 20cm res in both radial and theta dir
10+
amr.n_cell = 1536 9360 #This achieves 20cm res in both radial and theta dir
1111

1212
# >>>>>>>>>>>>> BC FLAGS <<<<<<<<<<<<<<<<
1313
# 0 = Interior 3 = Symmetry
@@ -56,8 +56,8 @@ castro.rotation_include_centrifugal = 0
5656
castro.diffuse_temp = 1
5757
castro.diffuse_cutoff_density_hi = 5.e4
5858
castro.diffuse_cutoff_density = 2.e4
59-
6059
castro.diffuse_cond_scale_fac = 1.0
60+
castro.diffuse_use_amrex_mlmg = 0
6161

6262
castro.react_rho_min = 1.e2
6363
castro.react_rho_max = 1.5e7

0 commit comments

Comments
 (0)