StateVariable_channel_t Derived Type

type, public :: StateVariable_channel_t


Inherited by

type~~statevariable_channel_t~~InheritedByGraph type~statevariable_channel_t StateVariable_channel_t type~channel_t channel_t type~channel_t->type~statevariable_channel_t StVar, StVarOld, StVarOld2, StVarOld3, StVarOld4, StVarOld5, StVarOld6

Components

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

He primitive variables

real(kind=dp), public, allocatable :: He_cs(:,:)

He conservative variables


Source Code

    type StateVariable_channel_t
        real(dp), allocatable :: He_pr(:,:) !! He primitive variables
        real(dp), allocatable :: He_cs(:,:) !! He conservative variables
    end type StateVariable_channel_t