Skip to content

Commit 00531b5

Browse files
committed
move typical charge back into star
1 parent 99c7e39 commit 00531b5

File tree

7 files changed

+729
-3
lines changed

7 files changed

+729
-3
lines changed

star/defaults/profile_columns.list

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,11 +341,13 @@
341341

342342

343343
! typical charge for given species
344+
! (used by diffusion)
344345
!typical_charge he4
345346
!typical_charge c12
346347
!typical_charge fe52
347348

348349
! ionization state for given species
350+
! (same as typical charge, except that it's unsmoothed)
349351
!ionization he4
350352
!ionization c12
351353
!ionization fe52

star/make/makefile_base

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ SRCS = \
165165
pulse_saio.f90 \
166166
pulse_gr1d.f90 \
167167
pulse_utils.f90 \
168+
ionization_potentials.f90 \
169+
mod_typical_charge.f90 \
168170
profile_getval.f90 \
169171
profile.f90 \
170172
mesh_functions.f90 \

star/private/diffusion_procs.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1184,7 +1184,7 @@ subroutine setup_struct_info( &
11841184

11851185

11861186
subroutine do1(k)
1187-
use ionization_lib, only: eval_typical_charge
1187+
use mod_typical_charge, only: eval_typical_charge
11881188
integer, intent(in) :: k
11891189
integer :: i
11901190

0 commit comments

Comments
 (0)