R/RcppExports.R

Defines functions CV_GetTWetBulbFromHumRatio C_GetTWetBulbFromHumRatio CV_GetTDewPointFromVapPres C_GetTDewPointFromVapPres

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

C_GetTDewPointFromVapPres <- function(TDryBulb, VapPres, BOUNDS_Lower, BOUNDS_Upper, MAX_ITER_COUNT, TOLERANCE, inIP) {
    .Call(`_psychrolib_C_GetTDewPointFromVapPres`, TDryBulb, VapPres, BOUNDS_Lower, BOUNDS_Upper, MAX_ITER_COUNT, TOLERANCE, inIP)
}

CV_GetTDewPointFromVapPres <- function(TDryBulb, VapPres, BOUNDS_Lower, BOUNDS_Upper, MAX_ITER_COUNT, TOLERANCE, inIP) {
    .Call(`_psychrolib_CV_GetTDewPointFromVapPres`, TDryBulb, VapPres, BOUNDS_Lower, BOUNDS_Upper, MAX_ITER_COUNT, TOLERANCE, inIP)
}

C_GetTWetBulbFromHumRatio <- function(TDryBulb, TDewPoint, BoundedHumRatio, Pressure, MIN_HUM_RATIO, MAX_ITER_COUNT, TOLERANCE, inIP) {
    .Call(`_psychrolib_C_GetTWetBulbFromHumRatio`, TDryBulb, TDewPoint, BoundedHumRatio, Pressure, MIN_HUM_RATIO, MAX_ITER_COUNT, TOLERANCE, inIP)
}

CV_GetTWetBulbFromHumRatio <- function(TDryBulb, TDewPoint, BoundedHumRatio, Pressure, MIN_HUM_RATIO, MAX_ITER_COUNT, TOLERANCE, inIP) {
    .Call(`_psychrolib_CV_GetTWetBulbFromHumRatio`, TDryBulb, TDewPoint, BoundedHumRatio, Pressure, MIN_HUM_RATIO, MAX_ITER_COUNT, TOLERANCE, inIP)
}

Try the psychrolib package in your browser

Any scripts or data that you put into this service are public.

psychrolib documentation built on May 29, 2021, 9:11 a.m.