ls_timmes_eos_module Module Reference

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
 

Function/Subroutine Documentation

◆ timmes_eos()

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 
)

Definition at line 48 of file ls_timmes_eos_module.f.

Here is the call graph for this function:

◆ timmes_eos_e_bisec()

subroutine ls_timmes_eos_module::timmes_eos_e_bisec ( real(r_kind), intent(in)  e,
real(r_kind), intent(in)  d,
real(r_kind), intent(in)  Ye,
real(r_kind), intent(in)  abar,
real(r_kind), intent(out)  T,
integer, intent(out)  status 
)

Definition at line 176 of file ls_timmes_eos_module.f.

Here is the call graph for this function:

◆ timmes_eos_e_nr()

subroutine ls_timmes_eos_module::timmes_eos_e_nr ( real(r_kind), intent(in)  e,
real(r_kind), intent(in)  d,
real(r_kind), intent(in)  Ye,
real(r_kind), intent(in)  abar,
real(r_kind), intent(inout)  T,
integer, intent(out)  status 
)

Definition at line 271 of file ls_timmes_eos_module.f.

Here is the call graph for this function:

◆ timmes_eos_interface()

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 
)

Definition at line 100 of file ls_timmes_eos_module.f.

Here is the call graph for this function:

◆ timmes_eos_s_bisec()

subroutine ls_timmes_eos_module::timmes_eos_s_bisec ( real(r_kind), intent(in)  s,
real(r_kind), intent(in)  d,
real(r_kind), intent(in)  Ye,
real(r_kind), intent(in)  abar,
real(r_kind), intent(out)  T,
integer, intent(out)  status 
)

Definition at line 338 of file ls_timmes_eos_module.f.

Here is the call graph for this function:

◆ timmes_eos_s_nr()

subroutine ls_timmes_eos_module::timmes_eos_s_nr ( real(r_kind), intent(in)  s,
real(r_kind), intent(in)  d,
real(r_kind), intent(in)  Ye,
real(r_kind), intent(in)  abar,
real(r_kind), intent(inout)  T,
integer, intent(out)  status 
)

Definition at line 432 of file ls_timmes_eos_module.f.

Here is the call graph for this function:

Variable Documentation

◆ dref

real(r_kind), parameter ls_timmes_eos_module::dref =1.00e7

Definition at line 11 of file ls_timmes_eos_module.f.

◆ ine

integer, parameter ls_timmes_eos_module::ine =1

Definition at line 15 of file ls_timmes_eos_module.f.

◆ ink

integer, parameter ls_timmes_eos_module::ink =0

Definition at line 14 of file ls_timmes_eos_module.f.

◆ ins

integer, parameter ls_timmes_eos_module::ins =2

Definition at line 16 of file ls_timmes_eos_module.f.

◆ t1

real(r_kind), parameter ls_timmes_eos_module::t1 =1.00e2

Definition at line 19 of file ls_timmes_eos_module.f.

◆ t2

real(r_kind), parameter ls_timmes_eos_module::t2 =1.00e12

Definition at line 20 of file ls_timmes_eos_module.f.

◆ tref

real(r_kind), parameter ls_timmes_eos_module::tref =5.00e9

Definition at line 9 of file ls_timmes_eos_module.f.