Other packages > Find by keyword >

hydraulics  

Basic Pipe and Open Channel Hydraulics
View on CRAN: Click here


Download and install hydraulics package within the R console
Install from CRAN:
install.packages("hydraulics")

Install from Github:
library("remotes")
install_github("cran/hydraulics")

Install by package version:
library("remotes")
install_version("hydraulics", "0.7.0")



Attach the package and use:
library("hydraulics")
Maintained by
Ed Maurer
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2020-05-18
Latest Update: 2022-12-06
Description:
Functions for basic hydraulic calculations related to water flow in circular pipes both flowing full (under pressure), and partially full (gravity flow), and trapezoidal open channels. For pressure flow this includes friction loss calculations by solving the Darcy-Weisbach equation for head loss, flow or diameter, plotting a Moody diagram, matching a pump characteristic curve to a system curve, and solving for flows in a pipe network using the Hardy-Cross method. The Darcy-Weisbach friction factor is calculated using the Colebrook (or Colebrook-White equation), the basis of the Moody diagram, the original citation being Colebrook (1939) . For gravity flow, the Manning equation is used, again solving for missing parameters. The derivation of and solutions using the Darcy-Weisbach equation and the Manning equation are outlined in many fluid mechanics texts such as Finnemore and Maurer (2024, ISBN:978-1-264-78729-6). Some gradually- and rapidly-varied flow functions are included. For the Manning equation solutions, this package uses modifications of original code from the 'iemisc' package by Irucka Embry.
How to cite:
Ed Maurer (2020). hydraulics: Basic Pipe and Open Channel Hydraulics. R package version 0.7.0, https://cran.r-project.org/web/packages/hydraulics
Previous versions and publish date:
0.1.0 (2020-05-18 17:10), 0.2.0 (2020-07-02 09:20), 0.2.1 (2020-08-02 06:50), 0.2.2 (2020-08-26 19:40), 0.2.3 (2020-12-13 21:40), 0.2.4 (2021-02-25 18:10), 0.3.0 (2021-05-19 09:00), 0.4.0 (2022-01-04 01:00), 0.4.1 (2022-03-07 08:50), 0.5.0 (2022-10-11 04:20), 0.6.0 (2022-11-09 09:10), 0.6.1 (2022-12-06 23:30)
Other packages that cited hydraulics R package
View hydraulics citation profile
Other R packages that hydraulics depends, imports, suggests or enhances
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

embed  
Extra Recipes for Encoding Predictors
Predictors can be converted to one or more numeric representations using a variety of methods. Effe ...
Download / Learn more Package Citations See dependency  
rcc  
Parametric Bootstrapping to Control Rank Conditional Coverage
Functions to implement the parametric and non-parametric bootstrap confidence interval methods desc ...
Download / Learn more Package Citations See dependency  
qmap  
Statistical Transformations for Post-Processing Climate Model Output
Empirical adjustment of the distribution of variables originating from (regional) climate model simu ...
Download / Learn more Package Citations See dependency  
d4storagehub4R  
Interface to 'D4Science' 'StorageHub' API
Provides an interface to 'D4Science' 'StorageHub' API (). Allows to get ...
Download / Learn more Package Citations See dependency  
nimbleSCR  
Spatial Capture-Recapture (SCR) Methods Using 'nimble'
Provides utility functions, distributions, and fitting methods for Bayesian Spatial Capture-Recaptur ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resizer for Images, Tables and Fancy Resizable Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  

22,431

R Packages

191,269

Dependencies

56,139

Author Associations

22,432

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns