| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Radial_Explorer), | intent(inout) | :: | this | |||
| class(Abstract_Periodic_Box), | intent(inout) | :: | periodic_box | |||
| character(len=*), | intent(in) | :: | snap_filename |
\[ g(r) = \frac{\mathrm{d}N}{\mathrm{d}r} \frac{1}{\rho S(r)} \] with \( S(r) \) the area of a sphere.
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | private | :: | num_components | = | 0 | ||
| real(kind=DP), | private | :: | density_sum | = | 0._DP | ||
| type(Component_Coordinates_Reader_Selector), | private | :: | selector | ||||
| real(kind=DP), | private | :: | max_distance | ||||
| real(kind=DP), | private | :: | delta_distance | ||||
| real(kind=DP), | private, | allocatable | :: | bins_function(:) | |||
| character(len=:), | private, | allocatable | :: | filename |
| procedure, public :: destroy => Abstract_destroy | |
| procedure(Abstract_read_and_fill), public :: read_and_fill | |
| procedure, public :: write => Abstract_write | |
| procedure, private :: set_core => Abstract_set_core |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | private | :: | i_component | = | 0 |
| procedure, public :: destroy => Abstract_destroy | |
| procedure, public :: write => Abstract_write | |
| procedure, public :: construct => Intra_construct | |
| procedure, public :: read_and_fill => Intra_read_and_fill |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | private | :: | ij_components(2) | = | 0 |
| procedure, public :: destroy => Abstract_destroy | |
| procedure, public :: write => Abstract_write | |
| procedure, public :: construct => Inter_construct | |
| procedure, public :: read_and_fill => Inter_read_and_fill |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Radial_Explorer), | intent(out) | :: | this | |||
| integer, | intent(in) | :: | num_components | |||
| type(Component_Coordinates_Reader_Selector), | intent(in) | :: | selector | |||
| real(kind=DP), | intent(in) | :: | max_distance | |||
| real(kind=DP), | intent(in) | :: | delta_distance | |||
| character(len=*), | intent(in) | :: | filename |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Radial_Explorer), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Radial_Explorer), | intent(in) | :: | this | |||
| integer, | intent(in) | :: | num_snaps |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Intra_Radial_Explorer), | intent(out) | :: | this | |||
| integer, | intent(in) | :: | num_components | |||
| integer, | intent(in) | :: | i_component | |||
| type(Component_Coordinates_Reader_Selector), | intent(in) | :: | selector | |||
| real(kind=DP), | intent(in) | :: | max_distance | |||
| real(kind=DP), | intent(in) | :: | delta_distance | |||
| character(len=*), | intent(in) | :: | filename |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Intra_Radial_Explorer), | intent(inout) | :: | this | |||
| class(Abstract_Periodic_Box), | intent(inout) | :: | periodic_box | |||
| character(len=*), | intent(in) | :: | snap_filename |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Inter_Radial_Explorer), | intent(out) | :: | this | |||
| integer, | intent(in) | :: | num_components | |||
| integer, | intent(in) | :: | ij_components(:) | |||
| type(Component_Coordinates_Reader_Selector), | intent(in) | :: | selector | |||
| real(kind=DP), | intent(in) | :: | max_distance | |||
| real(kind=DP), | intent(in) | :: | delta_distance | |||
| character(len=*), | intent(in) | :: | filename |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Inter_Radial_Explorer), | intent(inout) | :: | this | |||
| class(Abstract_Periodic_Box), | intent(inout) | :: | periodic_box | |||
| character(len=*), | intent(in) | :: | snap_filename |