construct_ejecta Interface

interface


Calls

interface~~construct_ejecta~~CallsGraph interface~construct_ejecta construct_ejecta proc~construct_ejecta construct_ejecta interface~construct_ejecta->proc~construct_ejecta get_k0 get_k0 proc~construct_ejecta->get_k0 get_k1 get_k1 proc~construct_ejecta->get_k1 get_k2 get_k2 proc~construct_ejecta->get_k2 get_k3 get_k3 proc~construct_ejecta->get_k3 get_p1 get_p1 proc~construct_ejecta->get_p1 get_rho_0 get_rho_0 proc~construct_ejecta->get_rho_0 get_rho_1 get_rho_1 proc~construct_ejecta->get_rho_1 get_rho_2 get_rho_2 proc~construct_ejecta->get_rho_2 interface~get_gamma0~2 get_gamma0 proc~construct_ejecta->interface~get_gamma0~2 interface~get_gamma1~2 get_gamma1 proc~construct_ejecta->interface~get_gamma1~2 interface~get_gamma2~2 get_gamma2 proc~construct_ejecta->interface~get_gamma2~2 interface~get_gamma3~2 get_gamma3 proc~construct_ejecta->interface~get_gamma3~2 select_eos_parameters select_eos_parameters proc~construct_ejecta->select_eos_parameters timer timer proc~construct_ejecta->timer proc~get_gamma0~2 get_gamma0 interface~get_gamma0~2->proc~get_gamma0~2 proc~get_gamma1~2 get_gamma1 interface~get_gamma1~2->proc~get_gamma1~2 proc~get_gamma2~2 get_gamma2 interface~get_gamma2~2->proc~get_gamma2~2 proc~get_gamma3~2 get_gamma3 interface~get_gamma3~2->proc~get_gamma3~2

public module subroutine construct_ejecta(derived_type, filename, eos_filenames)

Arguments

Type IntentOptional Attributes Name
class(ejecta), intent(out) :: derived_type

Constructed ejecta object

character(len=*), intent(in), optional :: filename

\(\texttt{LORENE}\) binary file containing the spectral DRS ID

character(len=*), intent(in), optional, DIMENSION(:) :: eos_filenames

Array of strings containing the names of the files containing the \(\mathrm{EOS}\) to be used for each matter object. If not PRESENT, information from the file filename is used

Description

Constructs a ejecta object Prints a summary of the physical properties the system to the standard output and, optionally, to a formatted file whose name is given as the optional argument filename