plot.frm_MB: Plot a flow regime map

Description Usage Arguments References See Also Examples

View source: R/MukherjeeBrill_facade.R

Description

This function is automatically called by plot() when the class is frm_MB.

Usage

1
2
## S3 method for class 'frm_MB'
plot(x, xlab, ylab, xval = "vsG", yval = "vsL", ...)

Arguments

x

Flow regime map data created by generate_frm_MB()

xlab

label x (optional)

ylab

label y (optional)

xval

'vsG' or 'NGv' (optional)

yval

'vsL' or 'NLv' (optional)

...

graphical parameters to plot

References

Mukherjee, H., and J. P. Brill. 1985. Empirical Equations to Predict Flow Patterns in Two-Phase Inclined Flow. International Journal of Multiphase Flow 11 (3)

See Also

generate_frm_MB()

Examples

1
2
3
4
vs_range = MukherjeeBrill::util_MB_vs_vector(0.1, 10, 20, TRUE)
frm <- generate_frm_MB(vs_range, vs_range, 0.1,
                       40, 1002, 1.1E-05, 1.6E-03, 0.0695, pi/2)
plot(frm)    # MukherjeeBrill:::plot.frm_MB(frm)

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