This module gathers information for the scalar cylindrical wave.
This type contains datas to define the scalar cylindrical wave.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | order |
The wave order |
|||
real(kind=rk), | public | :: | radialConstant |
The radial constant |
|||
real(kind=rk), | public | :: | radius |
The cut radius of the cylindrical wave |
Calculate the function values for the cylindrical wave.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_cylindricalWave_type) | :: | me |
Spacetime function to evaluate |
|||
real(kind=rk), | intent(in) | :: | coord(n,3) |
barycentric Ids of an elements. 1st index goes over number of elements and 2nd index goes over x,y,z coordinates |
||
real(kind=rk), | intent(in) | :: | time |
The current physical time |
||
integer, | intent(in) | :: | n |
Number of arrays to return |
return value
Convert from cartesian coordinates (in the x-y plane) to polar coordinates (radius,angle)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(in) | :: | coord(n,3) | |||
integer, | intent(in) | :: | n |
Polar coordinates, radius (first entry) and angle (second entry)
Load definition of the scalar cylindrical wave.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(flu_State) | :: | conf |
lua state type |
|||
integer, | intent(in) | :: | thandle |
aotus parent handle |
||
type(tem_cylindricalWave_type), | intent(out) | :: | me |