The BELLHOP underwater acoustics ray tracing tool
2025-08-25
Usage
Source Files
Modules
Procedures
Derived Types
Programs
ReflectionCoef
Derived Type
3 statements
Source File
RefCoef.f90
RefCoef
ReflectionCoef
Contents
Variables
theta
R
phi
Source Code
ReflectionCoef
type, public :: ReflectionCoef
Components
Type
Visibility
Attributes
Name
Initial
real(kind=8),
public
::
theta
real(kind=8),
public
::
R
real(kind=8),
public
::
phi
Source Code
TYPE
ReflectionCoef
REAL
(
KIND
=
8
)
::
theta
,
R
,
phi
END TYPE
ReflectionCoef