#Oxidation parameters Deal-Grove Specification
#parameters that model the parabolic oxidation constant B
    array set $Base {P.pdep {Double 1.0}}

#parameters that model the linear oxidation constant B/A
    array set $Base {L.pdep {Double 0.75}}

    array set $Base {Henry {Double 5.0e16}}

return { P.pdep L.pdep Henry}
