Atmosphere() | carma::services::Atmosphere | |
CLAUSIUS_CLAPEYRON enum value (defined in carma::services::Atmosphere) | carma::services::Atmosphere | |
computeDewPoint(double airTemp, double relHumid, dewPointMethodType method=CLAUSIUS_CLAPEYRON) const | carma::services::Atmosphere | |
computeHorizonPathlength(double airTemp, double atmPressure, double relHumid, double frequency) const | carma::services::Atmosphere | |
computeHumidity(double airTemp, double dewTemp, dewPointMethodType method=CLAUSIUS_CLAPEYRON) const | carma::services::Atmosphere | |
computePathlength(double airTemp, double atmPressure, double relHumid, double elevation, double frequency, double altitude=0.0) const | carma::services::Atmosphere | |
computeRefractionCorrection(double airTemp, double atmPressure, double relHumid, double elevation, double frequency, double altitude) const | carma::services::Atmosphere | |
computeSaturatedPressure(double airTemp) const | carma::services::Atmosphere | |
computeZenithRefractivity(double airTemp, double atmPressure, double relHumid, double frequency) const | carma::services::Atmosphere | |
DEFAULT_AIR_TEMP | carma::services::Atmosphere | static |
DEFAULT_ATM_PRESSURE | carma::services::Atmosphere | static |
DEFAULT_DEW_POINT | carma::services::Atmosphere | static |
DEFAULT_RH | carma::services::Atmosphere | static |
DEFAULT_WIND_SPEED | carma::services::Atmosphere | static |
dewPointMethodEnum enum name (defined in carma::services::Atmosphere) | carma::services::Atmosphere | |
dewPointMethodType typedef (defined in carma::services::Atmosphere) | carma::services::Atmosphere | |
HOFFMAN_WELCH enum value (defined in carma::services::Atmosphere) | carma::services::Atmosphere | |
isConsistentDewPoint(services::Temperature dewPoint, services::Temperature airTemp, double relHumid, dewPointMethodType method=CLAUSIUS_CLAPEYRON, double consistencyPercent=10.0) | carma::services::Atmosphere | |
isSafeAirTemperature(double airTemp) | carma::services::Atmosphere | static |
isSafeAirTemperature(carma::services::Temperature airTemp) | carma::services::Atmosphere | static |
isSafeAtmPressure(double atmPressure) | carma::services::Atmosphere | static |
isSafeAtmPressure(carma::services::Pressure atmPressure) | carma::services::Atmosphere | static |
isSafeDewPoint(double dewPoint) | carma::services::Atmosphere | static |
isSafeDewPoint(carma::services::Temperature dewPoint) | carma::services::Atmosphere | static |
isSafeElevation(double elevation) | carma::services::Atmosphere | static |
isSafeElevation(carma::services::Angle elevation) | carma::services::Atmosphere | static |
isSafeRelativeHumidity(double relHumid) | carma::services::Atmosphere | static |
isSafeWindSpeed(carma::services::Velocity windSpeed) (defined in carma::services::Atmosphere) | carma::services::Atmosphere | static |
isSafeWindSpeed(double windSpeed) (defined in carma::services::Atmosphere) | carma::services::Atmosphere | static |
lastSafeAirTemperature(double airTemp) | carma::services::Atmosphere | |
lastSafeAirTemperature(carma::services::Temperature airTemp) | carma::services::Atmosphere | |
lastSafeAirTemperature() const | carma::services::Atmosphere | |
lastSafeAtmPressure(double atmPressure) | carma::services::Atmosphere | |
lastSafeAtmPressure(carma::services::Pressure atmPressure) | carma::services::Atmosphere | |
lastSafeAtmPressure() const | carma::services::Atmosphere | |
lastSafeDewPoint(double dewPoint) | carma::services::Atmosphere | |
lastSafeDewPoint(carma::services::Temperature dewPoint) | carma::services::Atmosphere | |
lastSafeDewPoint() const | carma::services::Atmosphere | |
lastSafeRelativeHumidity(double relHumid) | carma::services::Atmosphere | |
lastSafeRelativeHumidity() const | carma::services::Atmosphere | |
MAGNUS_TETENS enum value (defined in carma::services::Atmosphere) | carma::services::Atmosphere | |
MAX_AIR_TEMP | carma::services::Atmosphere | static |
MAX_ATM_PRESSURE | carma::services::Atmosphere | static |
MAX_DEW_POINT | carma::services::Atmosphere | static |
MAX_RH | carma::services::Atmosphere | static |
MAX_WIND_SPEED | carma::services::Atmosphere | static |
MIN_AIR_TEMP | carma::services::Atmosphere | static |
MIN_ATM_PRESSURE | carma::services::Atmosphere | static |
MIN_DEW_POINT | carma::services::Atmosphere | static |
MIN_ELEVATION | carma::services::Atmosphere | static |
MIN_RH | carma::services::Atmosphere | static |
MIN_WIND_SPEED | carma::services::Atmosphere | static |
safeAirTemperature(double airTemp) | carma::services::Atmosphere | static |
safeAirTemperature(carma::services::Temperature airTemp) | carma::services::Atmosphere | static |
safeAtmPressure(double atmPressure) | carma::services::Atmosphere | static |
safeAtmPressure(carma::services::Pressure atmPressure) | carma::services::Atmosphere | static |
safeDewPoint(double dewPoint) | carma::services::Atmosphere | static |
safeDewPoint(carma::services::Temperature dewPoint) | carma::services::Atmosphere | static |
safeElevation(double elevation) | carma::services::Atmosphere | static |
safeElevation(carma::services::Angle elevation) | carma::services::Atmosphere | static |
safeRelativeHumidity(double relHumid) | carma::services::Atmosphere | static |
safeWindSpeed(carma::services::Velocity windSpeed) | carma::services::Atmosphere | static |
safeWindSpeed(double windSpeed) | carma::services::Atmosphere | static |
STANDARD_ATM_PRESSURE | carma::services::Atmosphere | static |
ulichRefractionCorrection(double airTemp, double atmPressure, double relHumid, double elevation, double frequency) const | carma::services::Atmosphere | |
waterColumn(double airTemp, double relHumid) const | carma::services::Atmosphere | |
waterPartialPressure(double airTemp, double relHumid) const | carma::services::Atmosphere | |
waterVaporDensity(double airTemp, double relHumid) const | carma::services::Atmosphere | |
~Atmosphere() | carma::services::Atmosphere | virtual |