Description Usage Arguments References See Also Examples
View source: R/MukherjeeBrill_facade.R
This function is automatically called by plot() when the class is frm_MB
.
1 2 |
x |
Flow regime map data created by |
xlab |
label x (optional) |
ylab |
label y (optional) |
xval |
'vsG' or 'NGv' (optional) |
yval |
'vsL' or 'NLv' (optional) |
... |
graphical parameters to plot |
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)
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.