allpix::OkutoCrowell
Okuto Crowell model for impact ionization. More…
#include <ImpactIonization.hpp>
Inherits from allpix::ImpactIonizationModel
Inherited by allpix::OkutoCrowellOptimized
Public Functions
Name | |
---|---|
OkutoCrowell(double temperature, double threshold) |
Protected Attributes
Name | |
---|---|
double | electron_ac_ |
double | electron_bd_ |
double | hole_ac_ |
double | hole_bd_ |
Additional inherited members
Public Functions inherited from allpix::ImpactIonizationModel
Name | |
---|---|
ImpactIonizationModel(double threshold) | |
virtual | ~ImpactIonizationModel() =default |
virtual double | operator()(const CarrierType & type, double efield_mag, double step) const |
Protected Attributes inherited from allpix::ImpactIonizationModel
Name | |
---|---|
double | threshold_ |
Detailed Description
class allpix::OkutoCrowell;
Okuto Crowell model for impact ionization.
Taken from https://www.sciencedirect.com/science/article/pii/0038110175900994. Parametrization according to equations 7, 8 and 9; Parameter values from Table 1 for silicon
Public Functions Documentation
function OkutoCrowell
inline OkutoCrowell(
double temperature,
double threshold
)
Protected Attributes Documentation
variable electron_ac_
double electron_ac_;
variable electron_bd_
double electron_bd_;
variable hole_ac_
double hole_ac_;
variable hole_bd_
double hole_bd_;
Updated on 2025-02-27 at 14:14:46 +0000