Provides angle calculations and coordinate transformations
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | ialpha | ||||
integer, | public | :: | ibeta | ||||
type(AnglesStructure), | public | :: | Angles |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | Nalpha | = | 0 | ||
integer, | public | :: | Nbeta | = | 1 | ||
integer, | public | :: | iSingle_alpha | = | 0 | ||
integer, | public | :: | iSingle_beta | = | 0 | ||
real(kind=8), | public | :: | Dalpha | ||||
real(kind=8), | public | :: | Dbeta | ||||
real(kind=8), | public, | ALLOCATABLE | :: | alpha(:) | |||
real(kind=8), | public, | ALLOCATABLE | :: | beta(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=8), | intent(in) | :: | freq | |||
real(kind=8), | intent(in) | :: | Depth | |||
character(len=6), | intent(in) | :: | TopOpt | |||
character(len=6), | intent(in) | :: | RunType |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=8), | intent(in) | :: | freq | |||
character(len=6), | intent(in) | :: | TopOpt | |||
character(len=6), | intent(in) | :: | RunType |