Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=rp), | public, | DIMENSION(:), ALLOCATABLE | :: | eta | |||
real(kind=rp), | public, | DIMENSION(:), ALLOCATABLE | :: | beta | |||
real(kind=rp), | public, | DIMENSION(:), ALLOCATABLE | :: | psi | |||
real(kind=rp), | public, | DIMENSION(:), ALLOCATABLE | :: | ax | |||
real(kind=rp), | public, | DIMENSION(:), ALLOCATABLE | :: | ay | |||
real(kind=rp), | public | :: | max_ax | ||||
real(kind=rp), | public | :: | min_ax | ||||
real(kind=rp), | public | :: | max_ay | ||||
real(kind=rp), | public | :: | min_ay | ||||
real(kind=rp), | public | :: | ac | ||||
real(kind=rp), | public | :: | threshold_angle | ||||
real(kind=rp), | public | :: | threshold_radius |
TYPE, PRIVATE :: ANGLES
REAL(rp), DIMENSION(:), ALLOCATABLE :: eta
REAL(rp), DIMENSION(:), ALLOCATABLE :: beta
REAL(rp), DIMENSION(:), ALLOCATABLE :: psi
REAL(rp), DIMENSION(:), ALLOCATABLE :: ax
REAL(rp), DIMENSION(:), ALLOCATABLE :: ay
REAL(rp) :: max_ax
REAL(rp) :: min_ax
REAL(rp) :: max_ay
REAL(rp) :: min_ay
REAL(rp) :: ac
REAL(rp) :: threshold_angle
REAL(rp) :: threshold_radius
END TYPE ANGLES