![]() |
Data Types | |
type | timmes_eos_state |
Functions/Subroutines | |
subroutine | timmes_eos (var, vin, d, Ye, state, status) |
subroutine | timmes_eos_interface (T, d, Ye, state, status) |
subroutine | timmes_eos_e_bisec (e, d, Ye, abar, T, status) |
subroutine | timmes_eos_e_nr (e, d, Ye, abar, T, status) |
subroutine | timmes_eos_s_bisec (s, d, Ye, abar, T, status) |
subroutine | timmes_eos_s_nr (s, d, Ye, abar, T, status) |
Variables | |
real(r_kind), parameter | tref =5.00e9 |
real(r_kind), parameter | dref =1.00e7 |
integer, parameter | ink =0 |
integer, parameter | ine =1 |
integer, parameter | ins =2 |
real(r_kind), parameter | t1 =1.00e2 |
real(r_kind), parameter | t2 =1.00e12 |
subroutine ls_timmes_eos_module::timmes_eos | ( | integer, intent(in) | var, |
real(r_kind), intent(in) | vin, | ||
real(r_kind), intent(in) | d, | ||
real(r_kind), intent(in) | Ye, | ||
type(timmes_eos_state), intent(inout) | state, | ||
integer, intent(out) | status | ||
) |
subroutine ls_timmes_eos_module::timmes_eos_interface | ( | real(r_kind), intent(in) | T, |
real(r_kind), intent(in) | d, | ||
real(r_kind), intent(in) | Ye, | ||
type(timmes_eos_state), intent(inout) | state, | ||
integer, intent(out) | status | ||
) |
real(r_kind), parameter ls_timmes_eos_module::dref =1.00e7 |
Definition at line 11 of file ls_timmes_eos_module.f.
integer, parameter ls_timmes_eos_module::ine =1 |
Definition at line 15 of file ls_timmes_eos_module.f.
integer, parameter ls_timmes_eos_module::ink =0 |
Definition at line 14 of file ls_timmes_eos_module.f.
integer, parameter ls_timmes_eos_module::ins =2 |
Definition at line 16 of file ls_timmes_eos_module.f.
real(r_kind), parameter ls_timmes_eos_module::t1 =1.00e2 |
Definition at line 19 of file ls_timmes_eos_module.f.
real(r_kind), parameter ls_timmes_eos_module::t2 =1.00e12 |
Definition at line 20 of file ls_timmes_eos_module.f.
real(r_kind), parameter ls_timmes_eos_module::tref =5.00e9 |
Definition at line 9 of file ls_timmes_eos_module.f.