testdata_MB: List of functions and constants for test (and example)

Description Usage Format Examples

Description

A list containing functions and constants for fluid properties used in tests (see also Value). SI unit is used.

Usage

1

Format

An object of class list of length 10.

Examples

1
2
3
4
5
6
testdata_MB$Kerosene_viscosity(283.15)     # Kerosene Viscosity at 10 degC

density_air <- function(temperature, pressure) {
  testdata_MB$ideal_gas_density(temperature, pressure, testdata_MB$Mair)
} 
density_air(293.15, 5*100000)  # Air density at 20 degC and 5 bar

sshunsuke/MukherjeeBrill documentation built on Jan. 21, 2022, 6:13 p.m.