plot_sigma: Plot sigma for Incipient, Constant and Maximum cavitation

View source: R/fct_plot_sigma.R

plot_sigmaR Documentation

Plot sigma for Incipient, Constant and Maximum cavitation

Description

Plot sigma for Incipient, Constant and Maximum cavitation

Usage

plot_sigma(cyl_name, b, d, e, fls)

Arguments

cyl_name

Name of the control characteristic

b

steepness

d

upper value

e

the effective dose

fls

liquid pressure recovery full open (max between fl and Flp/Fp)

Value

ggplot graphic. of the sigma for Incipient, Constant and Maximum cavitation

Examples

library(dplyr)
param <- cylinder_parameter("VAG") %>% filter(cyl_name == "E")
plot_sigma(param$cyl_name,  param$kv_b,  param$kv_d, param$kv_e, param$fls)


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