bodyforce_CPG Derived Type

type, private, extends(bodyforce_obj) :: bodyforce_CPG

Constant Pressure Gradient bodyforce


Inherits

type~~bodyforce_cpg~~InheritsGraph type~bodyforce_cpg bodyforce_CPG type~bodyforce_obj bodyforce_obj type~bodyforce_cpg->type~bodyforce_obj

Components

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

Source Code

  type, extends(bodyforce_obj) :: bodyforce_CPG
    !> Constant Pressure Gradient bodyforce
    real(wp) :: CPG(3)
  end type bodyforce_CPG