operation_points: Calculation of the operations points data

View source: R/fct_operation_points.R

operation_pointsR Documentation

Calculation of the operations points data

Description

Calculation of the operations points data

Usage

operation_points(
  op_data,
  marke,
  cylinder,
  diameter,
  masl = 0,
  temperature = 20
)

Arguments

op_data

table with the operations data p1, p2, flow

marke

Brand

cylinder

cylinder name

diameter

valve diameter

masl

meters above sea level

temperature

temperature in Celsius

Value

tibble table

Examples

op_data <- tibble::tibble(p1 = c(2,3), p2 = c(1,1), flow = c(500, 750))
operation_points(op_data, "VAG", "E", 200)


ratral/gpvapp documentation built on May 13, 2022, 12:51 a.m.