tem_pmlLayer_type Derived Type

type, public :: tem_pmlLayer_type

This type contains datas to define PML layer.


Inherited by

type~~tem_pmllayer_type~~InheritedByGraph type~tem_pmllayer_type tem_pmlLayer_type type~tem_spatial_type tem_spatial_type type~tem_spatial_type->type~tem_pmllayer_type pml type~tem_ini_condition_type tem_ini_condition_type type~tem_ini_condition_type->type~tem_spatial_type ini_state type~tem_spacetime_fun_type tem_spacetime_fun_type type~tem_spacetime_fun_type->type~tem_spatial_type spatial 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_variable_type tem_variable_type type~tem_variable_type->type~tem_spacetime_fun_type st_fun 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

Source Code


Components

Type Visibility Attributes Name Initial
real(kind=rk), public :: plane_origin(3)

Plane origin

real(kind=rk), public :: plane_normal(3)

Plane normal

real(kind=rk), public :: dampFactor

Damp factor for the Layer

integer, public :: dampExponent

Damping exponent for the layer


Source Code

  type tem_pmlLayer_type
    !> Plane origin
    real(kind=rk) :: plane_origin(3)
    !> Plane normal
    real(kind=rk) :: plane_normal(3)
    !> Damp factor for the Layer
    real(kind=rk) :: dampFactor
    !> Damping exponent for the layer
    integer :: dampExponent
  end type tem_pmlLayer_type