public class HortCalculator
extends java.lang.Object
修飾子とタイプ | メソッドと説明 |
---|---|
static double |
getAbsoluteHumidity(double temp,
double humid)
飽和水蒸気量(容積絶対湿度)を計算します。
|
static double |
getDewPoint(double temp,
double humid)
露点を計算します。
|
static double |
getHumidityDeficit(double temp,
double humid)
飽差を計算します。
|
static double |
getSWVP(double temp)
飽和水蒸気圧を計算します
|
static double |
getWVP(double temp,
double humid)
水蒸気圧を計算します。
|
public static double getSWVP(double temp)
temp
- セ氏温度public static double getWVP(double temp, double humid)
temp
- セ氏温度humid
- 相対湿度public static double getAbsoluteHumidity(double temp, double humid)
temp
- セ氏温度humid
- 相対湿度public static double getHumidityDeficit(double temp, double humid)
temp
- セ氏温度humid
- 相対湿度public static double getDewPoint(double temp, double humid)
temp
- セ氏温度humid
- 相対湿度