RecoveryFactor: RecoveryFactor

RecoveryFactorR Documentation

RecoveryFactor

Description

Mach-number-dependent recovery factor for a temperature sensor

Usage

RecoveryFactor(.Mach, probe = "HARCO")

Arguments

.Mach

A numeric giving the Mach number, perhaps calculated by MachNumber()

probe

A string giving a probe name. Default is 'HARCO'; other options are 'HARCOB' for B-element of HARCO, 'Rose" (heated 102 Rosemount) and 'UNHEATED' (Rosemount 102AL unheated)

Details

For specified Mach number, returns the recovery factor according to the formula in ProcessingAlgorithms.

Value

The recovery factor applicable to a temperature sensor

Author(s)

William Cooper

Examples

rf <- RecoveryFactor (0.75)
rf2 <- RecoveryFactor (MachNumber (RAFdata$PSXC, RAFdata$QCXC))

NCAR/Ranadu documentation built on Jan. 27, 2023, 1:09 a.m.