tem_miescatter_field_type Derived Type

type, public :: tem_miescatter_field_type

Parameters of the solution for Mie-Scatter at dielectric cylinder (infinite height in z direction).


Inherits

type~~tem_miescatter_field_type~2~~InheritsGraph type~tem_miescatter_field_type~2 tem_miescatter_field_type type~tem_miescatter_type~2 tem_miescatter_type type~tem_miescatter_field_type~2->type~tem_miescatter_type~2 miescatter type~tem_mieexpansion_type~2 tem_mieexpansion_type type~tem_miescatter_field_type~2->type~tem_mieexpansion_type~2 mieexpansion

Contents


Components

Type Visibility Attributes Name Initial
type(tem_miescatter_type), public :: miescatter

Parameter of the geometrical and material setup

type(tem_mieexpansion_type), public :: mieexpansion

The expansion parameters for the scattered solution


Source Code

  type tem_miescatter_field_type

    !> Parameter of the geometrical and material setup
    type(tem_miescatter_type) :: miescatter

    !> The expansion parameters for the scattered solution
    type(tem_mieexpansion_type) :: mieexpansion

  end type tem_miescatter_field_type