Xyce
6.1
|
Rate constant calculator for Electron or Hole capture reaction. More...
#include <N_DEV_RateConstantCalculators.h>
Public Member Functions | |
CaptureRateCalculator (double sigma, double v, double C0, double t0, double x0) | |
CaptureRateCalculator (CaptureRateCalculator &right) | |
virtual CaptureRateCalculator * | Clone () |
create a copy of this calculator More... | |
virtual double | computeRateConstant (double T) |
return rate constant at given temperature More... | |
virtual double | rateConstantScaleFactor () |
return current scale factor for rate constant More... | |
virtual void | setScaleFactors (double C0, double t0, double x0) |
set concentration, time, and space scale factors (space scale factor is currently unused by any calculator) More... | |
virtual CalcType | calcType () |
return the type of this calculator More... | |
![]() | |
virtual | ~RateCalculator () |
Private Attributes | |
double | K |
double | rk0 |
Rate constant calculator for Electron or Hole capture reaction.
These reactions are of the form R + E -> P; electron_capture( ) or R+H->P; hole_capture(
). The reaction rate is then
, where v is 2.3e7 for electron capture and 1.9e7 for holes.
Definition at line 119 of file N_DEV_RateConstantCalculators.h.
Xyce::Device::CaptureRateCalculator::CaptureRateCalculator | ( | double | sigma, |
double | v, | ||
double | C0, | ||
double | t0, | ||
double | x0 | ||
) |
Definition at line 151 of file N_DEV_RateConstantCalculators.C.
Xyce::Device::CaptureRateCalculator::CaptureRateCalculator | ( | CaptureRateCalculator & | right | ) |
Definition at line 167 of file N_DEV_RateConstantCalculators.C.
|
inlinevirtual |
return the type of this calculator
Implements Xyce::Device::RateCalculator.
Definition at line 131 of file N_DEV_RateConstantCalculators.h.
|
virtual |
create a copy of this calculator
Implements Xyce::Device::RateCalculator.
Definition at line 180 of file N_DEV_RateConstantCalculators.C.
|
virtual |
return rate constant at given temperature
Implements Xyce::Device::RateCalculator.
Definition at line 193 of file N_DEV_RateConstantCalculators.C.
|
virtual |
return current scale factor for rate constant
Implements Xyce::Device::RateCalculator.
Definition at line 206 of file N_DEV_RateConstantCalculators.C.
|
inlinevirtual |
set concentration, time, and space scale factors (space scale factor is currently unused by any calculator)
Implements Xyce::Device::RateCalculator.
Definition at line 129 of file N_DEV_RateConstantCalculators.h.
|
private |
Definition at line 131 of file N_DEV_RateConstantCalculators.h.
|
private |
Definition at line 134 of file N_DEV_RateConstantCalculators.h.