Luftfeuchtigkeit, Taupunkt & Temperatur Rechner
This tool calculates Relative Luftfeuchtigkeit (RH), Taupunkt (Td), and Temperatur (T) based on two inputs.
Die Ausgangswerte werden auf die zweite Dezimalstelle gerundet.
Equations
August-Roche-Magnus Estimation
RH(Relative Luftfeuchtigkeit (RH)) = 100*(exp((17.625*TD)/(243.04+TD))/exp((17.625*T)/(243.04+T)))
TD(Taupunkt (Td)) = 243.04*(ln(RH/100)+((17.625*T)/(243.04+T)))/(17.625-ln(RH/100)-((17.625*T)/(243.04+T)))
T(Temperatur (T)) = 243.04*(((17.625*TD)/(243.04+TD))-ln(RH/100))/(17.625+ln(RH/100)-((17.625*TD)/(243.04+TD)))