====== Ol-L: Leeman, Scheidegger, 1977 ====== === Details === This sensor from [[:about_tpf|TPF]] collection ^ Article | | ^ Collibration | | ^ Precision | | ^ Ranges | | ^ Renew sensors | | * заголовок * краткое описание * статья * ссылка * карточка * подробное описание * код * тест === Source === source("utilities_tpf.r"); sensors.t.ol_l_leeman_scheidegger_1977_b <- function(Ol, L, ...){ L <- tpf.recalc_minaral("L",L); Ol <- tpf.recalc_minaral("OL",Ol); X <- Ol$FeO_wtp; Y <- L$FeO_wtp; T <- 9016 / (log(X / Y) + 5.46) - 273; warning(" ONLY FEO IS INVOLVED IN CALCULATIONS"); return(data.frame(Name=paste0(L$Name,"-", Ol$Name),T_calc=T)); } sensors.t.ol_l_leeman_scheidegger_1977_b.args <- function(){ ars <- list(); ars$minerals <- c("Ol", "L"); ars$ranges <- c(); return(ars); } #sensors.t.ol_l_leeman_scheidegger_1977_b.test <- function(){ # #} {{tag> tpf L Ol }}