acf_param Derived Type

type, public :: acf_param


Inherited by

type~~acf_param~~InheritedByGraph type~acf_param acf_param type~param_crest param_crest type~param_crest->type~acf_param orig_surf, curr_surf

Components

Type Visibility Attributes Name Initial
real(kind=R8), public :: ang

roughness orientation

real(kind=R8), public :: cl1

correlation principal length at z=acf__z

real(kind=R8), public :: cl2

correlation secondary length at z=acf__z

real(kind=R8), public :: cut

acf cutting plane z, for correlation lengths determination


Source Code

   type acf_param

      real(kind=R8) :: cl1                                     !! *correlation principal length at z=acf__z*
      real(kind=R8) :: cl2                                     !! *correlation secondary length at z=acf__z*
      real(kind=R8) :: cut                                     !! *acf cutting plane z, for correlation lengths determination*
      real(kind=R8) :: ang                                     !! *roughness orientation*

   endtype acf_param