effphase_class Module Reference

Calculate the effective phase space integral needed for the log(ft) weak rates. More...

Functions/Subroutines

subroutine, public effphase (temp, chem, qec, phaseint)
 

Variables

real(r_kindme_temp
 me [MeV]/kT [MeV] More...
 
real(r_kindchem_me
 chem [MeV]/me [MeV] More...
 
real(r_kindqval_me
 Q [MeV]/me [MeV]. More...
 

Detailed Description

Calculate the effective phase space integral needed for the log(ft) weak rates.

Ref [1] Langanke and Martinez-Pinedo, ADNDT 79, 1-46(2001)

Author
Christian Winteler
Date
28.07.2009 @uses QUADPACK routines

Function/Subroutine Documentation

◆ effphase()

subroutine, public effphase_class::effphase ( real(r_kind), intent(in)  temp,
real(r_kind), intent(in)  chem,
real(r_kind), intent(in)  qec,
real(r_kind), intent(out)  phaseint 
)
Parameters
[in]temptemperature in 10^9 K
[in]chemchemical potential in MeV. including electron rest mass
[in]qecQ-value for electron capture [MeV]
[out]phaseintphase space integral

1) NAG routine

2) pure Gauss-Legendre (simple, untested) call semiint(xeffc,emin,phaseint)

3) QUADPACK routine (pulic domain)

Definition at line 36 of file effphase_class.f90.

Here is the call graph for this function:

Variable Documentation

◆ chem_me

real(r_kind) effphase_class::chem_me

chem [MeV]/me [MeV]

Definition at line 25 of file effphase_class.f90.

◆ me_temp

real(r_kind) effphase_class::me_temp

me [MeV]/kT [MeV]

Definition at line 24 of file effphase_class.f90.

◆ qval_me

real(r_kind) effphase_class::qval_me

Q [MeV]/me [MeV].

Definition at line 26 of file effphase_class.f90.