public interface IRates
Modifier and Type | Field and Description |
---|---|
static double |
h
Planck constant (J·s).
|
static double |
hEv
Planck constant (eV·s).
|
static double |
kB
Boltzmann constant (eV/K).
|
static double |
kBInt
Boltzmann constant (J/K).
|
static double |
Na
Avogadro constant (1/mol) * 1000 (g -> kg). 6.022e23·1000.
|
Modifier and Type | Method and Description |
---|---|
double |
getDepositionRatePerSite() |
double |
getEnergy(int i,
int j) |
double |
getIslandDensity(double temperature)
Returns the island density mono layer depending on the temperature.
|
double[] |
getRates(double temperature) |
void |
setDepositionFlux(double diffusionMl) |
static final double kB
static final double kBInt
static final double h
static final double hEv
static final double Na
double[] getRates(double temperature)
double getEnergy(int i, int j)
double getDepositionRatePerSite()
double getIslandDensity(double temperature)
temperature
- temperature in Kelvin.void setDepositionFlux(double diffusionMl)