SSfluxLink_t Derived Type

type, public :: SSfluxLink_t


Inherits

type~~ssfluxlink_t~~InheritsGraph type~ssfluxlink_t SSfluxLink_t type~ss_flux_port_pointer_t SS_flux_port_pointer_t type~ssfluxlink_t->type~ss_flux_port_pointer_t solLk type~ss_flux_port_t SS_flux_port_t type~ss_flux_port_pointer_t->type~ss_flux_port_t p type~port_t port_t type~ss_flux_port_t->type~port_t

Components

Type Visibility Attributes Name Initial
integer, public :: NbSolLk
type(SS_flux_port_pointer_t), public, allocatable :: solLk(:)
real(kind=dp), public :: derFlx_derOth12
real(kind=dp), public :: derFlx_derOth21
real(kind=dp), public :: Lk12
real(kind=dp), public :: Lk21

Source Code

    type SSfluxLink_t
        integer :: NbSolLk        
        type(SS_flux_port_pointer_t), allocatable :: solLk(:)

        real(dp) :: derFlx_derOth12, derFlx_derOth21
        real(dp) :: Lk12, Lk21
    end type SSfluxLink_t