#Oxidation parameters Deal-Grove Specification
#parameters that model the parabolic oxidation constant B

    #PreExponential Term (um^2/min)
    array set $Base {P.l.0 {Double 283.333}}

    #Activation Energy Term (eV)
    array set $Base {P.l.e {Double 1.17}}

    #PreExponential Term (um^2/min)
    array set $Base {P.h.0 {Double 7.0}}

    #Activation Energy Term (eV)
    array set $Base {P.h.e {Double 0.78}}

    #Temperature break point for two intersecting Arrhenius lines
    array set $Base {P.break {Double 950}}

    #Pressure Dependence
    array set $Base {P.pdep {Double 1.0}}

#parameters that model the linear oxidation constant B/A

    #PreExponential Term (um/min)
    array set $Base {L.l.0 {Double 3.45e4}}

    #Activation Energy Term (eV)
    array set $Base {L.l.e {Double 1.6}}

    #PreExponential Term (um/min)
    array set $Base {L.h.0 {Double 2.95e6}}

    #Activation Energy Term (eV)
    array set $Base {L.h.e {Double 2.05}}

    #Temperature break point for two intersecting Arrhenius lines
    array set $Base {L.break {Double 900}}

    #Pressure Dependence
    array set $Base {L.pdep {Double 1.0}}

#parameters that model the oxidation reaction

    array set $Base {Henry {Double 3.0e19}}
    array set $Base {Theta {Double 4.4e22}}

#stress dependent oxidation dependencies

    #Stress dependent Diffusivity Volume
    array set $Base {VD {Double 0.0}}

    #Stress dependent Reaction Rate Volume
    array set $Base {VO {Double 0.0}}

return { P.l.0 P.l.e P.h.0 P.h.e P.break Par P.pdep L.l.0 L.l.e L.h.0 L.h.e L.break Lin L.pdep Henry Theta VD VO }
