soundSpeed: Calculate the speed of sound in a medium

Description Usage Arguments

View source: R/soundSpeed.R

Description

Given sufficient parameters (i.e. wavelength and frequency, bulk modulus and density) this function calculates the speed of sound.

Usage

1
soundSpeed(wl = NULL, f = NULL, bulkModulus = NULL, density = NULL)

Arguments

wl

Wavelength

f

Frequency

bulkModulus

Bulk modulus

density

Density


sonicscrewdriver documentation built on May 2, 2021, 5:06 p.m.