RecoveryFactor: RecoveryFactor

Description Usage Arguments Details Value Author(s) Examples

Description

Mach-number-dependent recovery factor for a temperature sensor

Usage

1
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

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

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