#parameters that model the material's Stress
    array set $Base {Stress.xx {Double 0.0}}
    array set $Base {Stress.yy {Double 0.0}}
    array set $Base {Stress.zz {Double 0.0}}
    array set $Base {Stress.xy {Double 0.0}}
    array set $Base {Stress.yz {Double 0.0}}
    array set $Base {Stress.zx {Double 0.0}}
#parameters that model the material's Strain
    array set $Base {Strain.xx {Double 0.0}}
    array set $Base {Strain.yy {Double 0.0}}
    array set $Base {Strain.zz {Double 0.0}}
    array set $Base {Strain.xy {Double 0.0}}
    array set $Base {Strain.yz {Double 0.0}}
    array set $Base {Strain.zx {Double 0.0}}
#initial and final temps inducing thermal mismatch stress
    array set $Base {InitTemp {Double 0.0}}
    array set $Base {FinalTemp {Double 0.0}}
    array set $Base {ThermMismCoef {Double 0.0}}
    array set $Base {ThermMismCoef2 {Double 0.0}}

#source of stress to be enabled
    array set $Base {Intrinsic {Boolean 0}}
    array set $Base {Thermal {Boolean 0}}

return { Stress.xx Stress.yy Stress.zz Stress.xy Stress.yz Stress.zx Strain.xx Strain.yy Strain.zz Strain.xy Strain.yz Strain.zx InitTemp FinalTemp ThermMismCoef ThermMismCoef2 Intrinsic Thermal }









