water_table: Tabulates into a tibble the basic water properties: density,...

View source: R/water_table.R

water_tableR Documentation

Tabulates into a tibble the basic water properties: density, dynamic and kinematic viscosity, saturation vapor pressure, surface tension, and bulk modulus.

Description

Tabulates into a tibble the basic water properties: density, dynamic and kinematic viscosity, saturation vapor pressure, surface tension, and bulk modulus.

Usage

water_table(units = c("SI", "Eng"), ret_units = TRUE)

Arguments

units

character vector that contains the system of units [options are SI for International System of Units and Eng for English (US customary) units. This is used for compatibility with iemisc package

ret_units

If set to TRUE the value(s) returned are of class units with units attached to the value. [Default is TRUE]

Author(s)

Ed Maurer

Examples


water_table(units = 'SI')


hydraulics documentation built on Dec. 7, 2022, 1:11 a.m.