STH | R Documentation |
Calculate the maximum STH efficiency
STH(
energy,
currentdensity,
max.irradiance = 1000.371,
model = "AM1.5G",
electrode.potential = 1.23,
faradaic.efficiency = 1
)
energy, |
energy/eV, numeric vector |
currentdensity, |
current density/mA cm⁻² |
max.irradiance, |
total irradiance (for specified model)/W m⁻², numeric scalar. Note that 'max.irradiance' only takes precedence if model = "" |
model, |
ASTM model: "AM1.5G" (default), "AM0", or "DNCS" |
electrode.potential, |
electrode potential/eV, numeric scalar |
faradaic.efficiency |
Faradaic efficiency, numeric (0 - 1) |
dataframe with 2 columns:
energy/eV, same as input vector
STH/%
## Not run:
STH(
energy = photoec::sunlight.ASTM(model = model)$energy,
currentdensity = photoec::sunlight.ASTM(model = model)[[paste0(model, ".currentdensity")]]
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.