StateVariable_solid_t Derived Type

type, public :: StateVariable_solid_t


Inherited by

type~~statevariable_solid_t~~InheritedByGraph type~statevariable_solid_t StateVariable_solid_t type~solid_t solid_t type~solid_t->type~statevariable_solid_t StVar, StVarOld, StVarOld2, StVarOld3, StVarOld4, StVarOld5, StVarOld6

Components

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

Temperature of solid


Source Code

    type StateVariable_solid_t
        real(dp), allocatable :: MCtemp(:) !! Temperature of solid
    end type StateVariable_solid_t