allpix::Levinshtein
Levinshtein mobility models for charge carriers in gallium nitride. More…
#include <Mobility.hpp>
Inherits from allpix::MobilityModel
Public Functions
Name | |
---|---|
Levinshtein(SensorMaterial material, double temperature, bool doping) | |
virtual double | operator()(const CarrierType & type, double efield_mag, double doping) const override |
Additional inherited members
Public Functions inherited from allpix::MobilityModel
Name | |
---|---|
MobilityModel() =default | |
virtual | ~MobilityModel() =default |
Detailed Description
class allpix::Levinshtein;
Levinshtein mobility models for charge carriers in gallium nitride.
Model and parameters are based on https://doi.org/10.1016/S0038-1101(02)00256-3
Public Functions Documentation
function Levinshtein
inline Levinshtein(
SensorMaterial material,
double temperature,
bool doping
)
function operator()
inline virtual double operator()(
const CarrierType & type,
double efield_mag,
double doping
) const override
Parameters:
- type Type of charge carrier (electron or hole)
- efield_mag Magnitude of the electric field
- doping (Effective) doping concentration
Return: Mobility of the charge carrier
Reimplements: allpix::MobilityModel::operator()
Function call operator to obtain mobility value for the given carrier type and electric field magnitude
Updated on 2024-12-13 at 08:31:36 +0000