bodyforce_HIT Derived Type

type, private, extends(bodyforce_obj) :: bodyforce_HIT

Linear forcing for Homogeneous Isotropic Turbulence


Inherits

type~~bodyforce_hit~~InheritsGraph type~bodyforce_hit bodyforce_HIT type~bodyforce_obj bodyforce_obj type~bodyforce_hit->type~bodyforce_obj

Components

Type Visibility Attributes Name Initial
real(kind=wp), public :: Ahit
integer, public :: type

Source Code

  type, extends(bodyforce_obj) :: bodyforce_HIT
    !> Linear forcing for Homogeneous Isotropic Turbulence
    real(wp) :: Ahit
  end type bodyforce_HIT