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~~InheritsGraph type~tem_miescatter_field_type tem_miescatter_field_type type~tem_miescatter_type tem_miescatter_type type~tem_miescatter_field_type->type~tem_miescatter_type miescatter type~tem_mieexpansion_type tem_mieexpansion_type type~tem_miescatter_field_type->type~tem_mieexpansion_type mieexpansion

Inherited by

type~~tem_miescatter_field_type~~InheritedByGraph type~tem_miescatter_field_type tem_miescatter_field_type type~tem_spatial_type tem_spatial_type type~tem_spatial_type->type~tem_miescatter_field_type mie_fun type~tem_spacetime_fun_type tem_spacetime_fun_type type~tem_spacetime_fun_type->type~tem_miescatter_field_type mie_fun type~tem_spacetime_fun_type->type~tem_spatial_type spatial type~tem_ini_condition_type tem_ini_condition_type type~tem_ini_condition_type->type~tem_spatial_type ini_state type~tem_variable_type tem_variable_type type~tem_variable_type->type~tem_spacetime_fun_type st_fun type~tem_st_fun_listelem_type tem_st_fun_listElem_type type~tem_st_fun_listelem_type->type~tem_spacetime_fun_type val type~tem_st_fun_listelem_type->type~tem_st_fun_listelem_type next type~tem_st_fun_linkedlist_type tem_st_fun_linkedList_type type~tem_st_fun_linkedlist_type->type~tem_st_fun_listelem_type head

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