calculateSonicTemperature: calculateSonicTemperature

Description Usage Arguments Details

View source: R/calculateSonicTemperature.R

Description

This function calculates the sonic virtual temperature in air based on the measured speed of sound.

Usage

1
calculateSonicTemperature(speedOfSound, GammaConstant = 1.4, Rd = 287.04)

Arguments

speedOfSound

the speed of sound in m/s

GammaConstant

ratio of specific heat of dry air at constant pressure to that at a constant volume

Rd

ideal gas constant for dry air (units J K^-1 kg^-1)

Details

Results are in degrees Celcius.


Agriculturist/EmissionsHelper documentation built on July 19, 2020, 5:27 p.m.