Это старая версия документа!


Elect-Spha: Shikazono, 1985

Electrum – sphalerite fugacity sensor.

Details

Article Shikazono N. A comparison of temperatures estimated from the electrum – sphalerite – pyrite – argentite assemblage and filling temperatures of fluid implications from epithermal Au – Ag vein –type deposits in Japan Econ. Geol. 1985. V. 80. No 5. P. 1415 – 1424.
Reference
Collibration
Calculate

Source

  1. sensors.f.elect_sfa_shikazono <- function(Elect)
  2. {
  3. log_f_S = (1/4.576*Temp)*(-41980 + 16.52*Temp 18.296*log(N_Ag)+(4*(1 - N_Ag)*2*(5650 1600*(1 - N_Ag) 1.375*Temp)));
  4. return(log_f_S);
  5. }
  6.  
  7. sensors.f.elect_sfa_shikazono.args <- function() {
  8. ars <- list();
  9. ars$minerals = c('Elect');
  10. ars$ranges = c();
  11. return(ars);
  12. }
  • sensors/f/elect_sfa_shikazono.1445941115.txt.gz
  • Последние изменения: 2018/11/12 15:08
  • (внешнее изменение)