#set the interstitial model information

#the scaling velocity
array set $Base {Scale {Double {[Arrhenius 1.87 2.14]}}}

#surface recombination velocity
array set $Base {recomb {Boolean 1}}
    array set $Base {KinkSite {Double {1.0e5}}}
    array set $Base {Ksurf {Double {[SurfDiffLimit Oxide_Silicon Si Vac 0.0]}}}
    array set $Base {Ktrap {Double {[pdbGetDouble Silicon Vac D0]*[pdbGetDouble Silicon LatticeSpacing]*31.4159}}}
    array set $Base {Krat {Double 0.0}}
    array set $Base {Kpow {Double 0.0}}

#growth rate dependent injection
array set $Base {growth.inj {Boolean 0}}
    array set $Base {vmole {Double 5e22}}
    array set $Base {Gpow {Double 0.0}}
    #this is dependent on the surface recombination rate - try 
    array set $Base {theta {Double 0.0}}

return { Ksurf Krat Ktrap Kpow vmole Gpow theta growth.inj}

