Skip to content

Commit

Permalink
Merge pull request #5 from starkiller-astro/starkiller_update
Browse files Browse the repository at this point in the history
Create specialized version of old starkiller interface to Helmholtz
  • Loading branch information
jaharris87 authored Jun 27, 2024
2 parents af86ae7 + 9175d97 commit 6476e4a
Show file tree
Hide file tree
Showing 3 changed files with 776 additions and 441 deletions.
4 changes: 2 additions & 2 deletions source/xnet_eos_starkiller.f90
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Subroutine eos_interface(t9,rho,y,ye,cv,etae,detaedt9,izb)
Use xnet_controls, Only: idiag, iheat, iscrn, lun_diag
Use xnet_types, Only: dp

Use actual_eos_module, Only: actual_eos
Use actual_eos_module, Only: xnet_actual_eos
Use eos_type_module, Only: eos_input_rt, eos_t
Implicit None

Expand Down Expand Up @@ -63,7 +63,7 @@ Subroutine eos_interface(t9,rho,y,ye,cv,etae,detaedt9,izb)
eos_state%zbar = ye*abar

! Call the eos
Call actual_eos(eos_input_rt,eos_state)
Call xnet_actual_eos(eos_input_rt,eos_state)

! Convert units from ergs/g to MeV/nucleon and K to GK
etae = eos_state%eta
Expand Down
Loading

0 comments on commit 6476e4a

Please sign in to comment.