Parameters of the solution for Mie-Scatter at dielectric cylinder (infinite height in z direction)
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=rk), | private | :: | center(2) | = | [0.0_rk, 0.0_rk] | The center of the cylinder (in the x-y plane) |
|
real(kind=rk), | private | :: | radius | = | 1.0_rk | The radius of the cylinder |
|
real(kind=rk), | private | :: | permeability_background | = | 1.0_rk | Permeability (mu) of the background. |
|
real(kind=rk), | private | :: | permitivity_background | = | 1.0_rk | Permitivity (epsilon) of the background. |
|
real(kind=rk), | private | :: | permeability_cylinder | = | 1.0_rk | Permeability (mu) of the cylinder. |
|
real(kind=rk), | private | :: | permitivity_cylinder | = | 1.0_rk | Permitivity (epsilon) of the cylinder. |
|
real(kind=rk), | private | :: | wavenumber_background | Wave number for the background |
|||
real(kind=rk), | private | :: | wavenumber_cylinder | Wave number for the cylinder |
|||
real(kind=rk), | private | :: | omega | = | 2.0_rk*PI*1.0_rk | Angular frequency ( = 2 * pi * f , where f is the original frequency in Hertz) |