Open hervasa2 opened 1 year ago
I would also propose to redirect the PR from JuliaPhysics:main
to JuliaPhysics:dev
to have some testing period before making it part of an official release.
@hervasa2 is this still active?
Lets keep it open since its something we definitely need it. I think we should proceed with @fhagemann suggestion. Will get to it soon.
Added the temperature model implemented in siggen.
The parameterization for the longitudinal drift velocity temperature dependence,
v_l
, as a function of the electric field strength,E
, was proposed by M.Ali Omar, Lino Reggiani:where v_l(T_0) is a known velocity at reference temperature
T_0
. The temperature dependence,f(T)
, is parametrized as:where
The four parameters,
A
(\mu_0
atT=1
K),P
,B
,\theta
, are different for electrons and holes. The work was confined to the fields along the <100> axis. Here the same values are assumed for the <111> axis.println(sim.detector.semiconductor.charge_drift_model.temperaturemodel)
SSD.scale_to_given_temperature(T(1000), sim.detector.semiconductor.charge_drift_model.temperaturemodel)
(0.71818286f0, 0.71818286f0, 0.62357354f0, 0.62357354f0)