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.1")



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.1, https://cran.r-project.org/web/packages/hydraulics. Accessed 22 Dec. 2024.
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), 0.7.0 (2024-03-06 14:10)
Other packages that cited hydraulics R package
View hydraulics citation profile
Other R packages that hydraulics depends, imports, suggests or enhances
Complete documentation for hydraulics
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

dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  
tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  
elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  
Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA