#Oxidation parameters 
#parameters that model the parabolic oxidation constant B

    #Parabolic Constant -Scale to cm^2/s then Arrhenius Function
    array set $Base {Par {Double { 0.0 }}}

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

#parameters that model the linear oxidation constant B/A

    #array set $Base {Lin {Double 0.0}}

    #Pressure Dependence
    array set $Base {Lin.pdep {Double 0.75}}

#parameters that model the oxidation reaction

    array set $Base {Henry {Double 5.0e16}}
    array set $Base {Theta {Double 2.2e22}}

#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}}

#Swith Massoud model for dry thin oxides on/off

    array set $Base {Massoud {Boolean 1}}

return { P.0 P.e Par Par.pdep L.0 L.e Lin Lin.pdep Henry Theta VD VO Massoud}
