flux_solid_t Derived Type

type, public :: flux_solid_t


Inherited by

type~~flux_solid_t~~InheritedByGraph type~flux_solid_t flux_solid_t type~solid_t solid_t type~solid_t->type~flux_solid_t flxS

Components

Type Visibility Attributes Name Initial
real(kind=dp), public, allocatable :: sd(:)

heat diffusion flux

real(kind=dp), public, allocatable :: sd_DerdTL(:)
real(kind=dp), public, allocatable :: sd_DerdTR(:)

Source Code

    type flux_solid_t
        real(dp), allocatable :: sd(:)   !! heat diffusion flux
        real(dp), allocatable :: sd_DerdTL(:), sd_DerdTR(:)
    end type flux_solid_t