evTools
Tools to manipulate and display output from the binary stellar-evolution code ev/STARS/TWIN
|
Procedures for plt functions. More...
Public Member Functions | |
subroutine | compute_zeta_ad (Mc, zeta) |
Compute the analytical zeta_ad from the He core mass. More... | |
subroutine | compute_zeta_rl (Md, Ma, beta, zeta) |
Compute the analytical zeta_rl from the masses of the two binary components, and the MT conservation factor. More... | |
Procedures for plt functions.
subroutine plt_funcs::compute_zeta_ad | ( | real(double), dimension(:), intent(in) | Mc, |
real(double), dimension(size(mc)), intent(out) | zeta | ||
) |
Compute the analytical zeta_ad from the He core mass.
Mc | Array with helium core masses fraction |
zeta | Array with zeta_ad values |
Referenced by changepltvars().
subroutine plt_funcs::compute_zeta_rl | ( | real(double), dimension(:), intent(in) | Md, |
real(double), dimension(:), intent(in) | Ma, | ||
real(double), intent(in) | beta, | ||
real(double), dimension(size(md)), intent(out) | zeta | ||
) |
Compute the analytical zeta_rl from the masses of the two binary components, and the MT conservation factor.
Md | Array with donor masses |
Ma | Array with accretor masses |
beta | Mass-conservation factor: beta=1 means fully conservative MT |
zeta | Array with zeta_rl values |
Referenced by changepltvars().