flux_strand_t Derived Type

type, public :: flux_strand_t


Inherited by

type~~flux_strand_t~~InheritedByGraph type~flux_strand_t flux_strand_t type~strand_t strand_t type~strand_t->type~flux_strand_t flxS

Components

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

heat diffusion flux

real(kind=dp), public, allocatable :: wire_DerdTL(:)
real(kind=dp), public, allocatable :: wire_DerdTR(:)

Source Code

    type flux_strand_t
        real(dp), allocatable :: wire(:)   !! heat diffusion flux
        real(dp), allocatable :: wire_DerdTL(:), wire_DerdTR(:)
    end type flux_strand_t