tem_cylindricalWave_type Derived Type

type, public :: tem_cylindricalWave_type

This type contains datas to define the scalar cylindrical wave.


Inherited by

type~~tem_cylindricalwave_type~~InheritedByGraph type~tem_cylindricalwave_type tem_cylindricalWave_type type~tem_spatial_type tem_spatial_type type~tem_spatial_type->type~tem_cylindricalwave_type cylindricalWave type~tem_spacetime_fun_type tem_spacetime_fun_type type~tem_spacetime_fun_type->type~tem_cylindricalwave_type cylindricalWave 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
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


Source Code

  type tem_cylindricalWave_type
    !> The wave order
    integer :: order
    !> The radial constant
    real(kind=rk) :: radialConstant
    !> The cut radius of the cylindrical wave
    real(kind=rk) :: radius
  end type tem_cylindricalWave_type