SpecificHeats: SpecificHeats

Description Usage Arguments Details Value Author(s) Examples

Description

Specific heats and gas constant for moist or dry air

Usage

1
SpecificHeats(EoverP = 0)

Arguments

EoverP

A numeric giving the ratio of water vapor pressure to total pressure

Details

Calculates the specific heat at constant pressure, specific heat at constant volume, and gas constant for air having ratio of water vapor pressure to total pressure of the argument EoverP

Value

an array of dimension (n,3) containing n rows of (Cp, Cv, R), where n is the number of elements in EoverP

Author(s)

William Cooper

Examples

1
2
3
CP <- SpecificHeats()    # gives dry-air valuies, single row
CP <- SpecificHeats(6.11/800.)
CP <- SpecificHeats (RAFdata$EWX / RAFdata$PSXC)

WilliamCooper/Ranadu documentation built on July 10, 2019, 12:40 a.m.