Skip to content

Commit

Permalink
Update test codes
Browse files Browse the repository at this point in the history
Not to give `t_begin`, `t_end`, and `Nt` to `thermoparams` function.
  • Loading branch information
MasanoriKanamaru committed Oct 14, 2023
1 parent a211745 commit ac3e319
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions test/TPM_Didymos.jl
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,6 @@
A_B = 0.059, # Bolometric Bond albedo
A_TH = 0.0,
ε = 0.9,
t_begin = et_range[begin],
t_end = et_range[end],
Nt = length(et_range),
z_max = 0.6,
Nz = 41,
)
Expand Down
3 changes: 0 additions & 3 deletions test/TPM_Ryugu.jl
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@
A_B = 0.04, # Bolometric Bond albedo
A_TH = 0.0,
ε = 1.0,
t_begin = et_range[begin],
t_end = et_range[end],
Nt = length(et_range),
z_max = 0.6,
Nz = 41,
)
Expand Down
3 changes: 0 additions & 3 deletions test/heat_conduction_1D.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@
A_B = 0.0,
A_TH = 0.0,
ε = 1.0,
t_begin = et_range[begin],
t_end = et_range[end],
Nt = length(et_range),
z_max = 1.0,
Nz = 101,
)
Expand Down
3 changes: 0 additions & 3 deletions test/non-uniform_thermoparams.jl
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@
A_B = [r[3] > 0 ? 0.04 : 0.1 for r in shape.face_centers],
A_TH = 0.0,
ε = [r[3] > 0 ? 1.0 : 0.9 for r in shape.face_centers],
t_begin = et_range[begin],
t_end = et_range[end],
Nt = length(et_range),
z_max = 0.6,
Nz = 41,
)
Expand Down

0 comments on commit ac3e319

Please sign in to comment.