access Submodule

The module contains the implementation of the methods of TYPE [[bnslorene that allow to access PRIVATE members.

FT 12.07.2021



Uses

  • module~~access~4~~UsesGraph module~access~4 access module~bns_lorene bns_lorene module~access~4->module~bns_lorene iso_c_binding iso_c_binding module~bns_lorene->iso_c_binding module~bns_base bns_base module~bns_lorene->module~bns_base module~id_base id_base module~bns_lorene->module~id_base module~utility utility module~bns_lorene->module~utility timing timing module~bns_lorene->timing module~bns_base->module~id_base module~bns_base->module~utility module~id_base->module~utility module~id_base->timing constants constants module~utility->constants matrix matrix module~utility->matrix

Contents


Module Procedures

module procedure get_bns_identifier module function get_bns_identifier(this)

Returns the value of bns_identifier, the integer identifier of the bns object

Read more…

Arguments

Type IntentOptional Attributes Name
class(bnslorene), intent(in) :: this

bnslorene object which this PROCEDURE is a member of

Return Value double precision

module procedure get_eos1_loreneid module function get_eos1_loreneid(this)

Returns the \(\texttt{LORENE}\) ID-number of the EOS for NS 1

Read more…

Arguments

Type IntentOptional Attributes Name
class(bnslorene), intent(in) :: this

bnslorene object which this PROCEDURE is a member of

Return Value integer

module procedure get_eos2_loreneid module function get_eos2_loreneid(this)

Returns the \(\texttt{LORENE}\) ID-number of the EOS for NS 2

Read more…

Arguments

Type IntentOptional Attributes Name
class(bnslorene), intent(in) :: this

bnslorene object which this PROCEDURE is a member of

Return Value integer

module procedure get_eos_parameters module subroutine get_eos_parameters(this, i_matter, eos_params)

Returns the \(\mathrm{EOS}\) parameters of the i_matter-s star

Read more…

Arguments

Type IntentOptional Attributes Name
class(bnslorene), intent(in) :: this

bnslorene object which this PROCEDURE is a member of

integer, intent(in) :: i_matter

Index of the matter object whose parameter is to return

double precision, intent(out), DIMENSION(:), ALLOCATABLE :: eos_params

Array containing the parameters of the \(\mathrm{EOS}\) for the i_matter-th matter object

module procedure get_field_array module function get_field_array(this, field) result(field_array)

Returns one of the member arrays, selected with the string input.

Read more…

Arguments

Type IntentOptional Attributes Name
class(bnslorene), intent(in) :: this

bnslorene object which this PROCEDURE is a member of

character(len=:), intent(in), ALLOCATABLE :: field

Name of the desired bnslorene member array

Return Value double precision, DIMENSION(:), ALLOCATABLE

Desired bnslorene member array

module procedure get_field_value module function get_field_value(this, field, n) result(field_value)

Returns the value of one of the member arrays, selected with the string input, at the point given as argument.

Read more…

Arguments

Type IntentOptional Attributes Name
class(bnslorene), intent(in) :: this

bnslorene object which this PROCEDURE is a member of

character(len=:), intent(in), ALLOCATABLE :: field

Name of the desired bnslorene member array

integer, intent(in) :: n

Component of the desired bnslorene member array

Return Value double precision

Component n of the desired bnslorene member array