evTools
Tools to manipulate and display output from the binary stellar-evolution code ev/STARS/TWIN
 All Classes Files Functions Variables Pages
Public Member Functions | List of all members
plt_funcs Module Reference

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...
 

Detailed Description

Procedures for plt functions.

Member Function/Subroutine Documentation

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.

Parameters
McArray with helium core masses fraction
Return values
zetaArray 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.

Note
Assuming no wind mass loss
See Also
Woods et al., ApJ 744, 12 (2012), Sect. 2.3
Parameters
MdArray with donor masses
MaArray with accretor masses
betaMass-conservation factor: beta=1 means fully conservative MT
Return values
zetaArray with zeta_rl values

Referenced by changepltvars().


The documentation for this module was generated from the following file: