IsotropyEnum

Supported thermal conductivity isotropy types

Description

IsotropyEnum is an enumeration class that defines the supported representations of thermal conductivity.

Creation

Direct Construction

isotropy = IsotropyEnum.member

Conversion from Character or String Arrays

isotropy = IsotropyEnum('memberName')
isotropy = IsotropyEnum("memberName")

Creating an IsotropyEnum Enumeration Array

isotropies = [IsotropyEnum.member1,IsotropyEnum.member2,...]
isotropies = IsotropyEnum({'memberName1','memberName2',...})
isotropies = IsotropyEnum(["memberName1","memberName2",...])

See “Refer to Enumerations” for more details.

Enumeration Members

isotropic For scalar thermal conductivity: k
uniaxial For 2 principal thermal conductivities: transverse (k⊥) and axial (k∥)
principal For 3 principal thermal conductivities sorted in descending order: kp1 > kp2 > kp3
tensor For 6-element thermal conductivity tensor: k11, k21, k31, k22, k32, k33

See Also

MLTI Companion Classes and Methods

OrientEnum | Layer

MATLAB Topics

Enumerations
Refer to Enumerations
Enumerations for Property Values