ic_tgv_type Derived Type

type, public :: ic_tgv_type


Inherited by

type~~ic_tgv_type~~InheritedByGraph type~ic_tgv_type ic_tgv_type type~tem_spatial_type tem_spatial_type type~tem_spatial_type->type~ic_tgv_type tgv 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 :: x0(3)

Origin points

real(kind=rk), public :: u0(2)

Ref velocity (X and Y)

real(kind=rk), public :: p0

Ref pressure

real(kind=rk), public :: tD

Rate of decay coefficient

real(kind=rk), public :: Re

Reynolds number


Source Code

  type ic_tgv_type
    !> Origin points
    real(kind=rk) :: x0(3)

    !> Ref velocity (X and Y)
    real(kind=rk) :: u0(2)

    !> Ref pressure
    real(kind=rk) :: p0

    !> Rate of decay coefficient
    real(kind=rk) :: tD

    !> Reynolds number
    real(kind=rk) :: Re

  end type ic_tgv_type