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]
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 08 Apr. 2025.
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
03/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/3003/3104/0104/0204/0304/0404/0504/06Downloads for hydraulics01020304050607080TrendBars

Today's Hot Picks in Authors and Packages

icr  
Compute Krippendorff's Alpha
Provides functions to compute and plot Krippendorff's inter-coder reliability coefficient alpha and ...
Download / Learn more Package Citations See dependency  
seasonalclumped  
Toolbox for Clumped Isotope Seasonality Reconstructions
Compiles a set of functions and dummy data that simplify reconstructions of seasonal temperature va ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
sybil  
Efficient Constrained Based Modelling
This Systems Biology Package Gelius-Dietrich et. al. 2012 doi10.11861752-0509-7-125 implements algor ...
Download / Learn more Package Citations See dependency  
dave  
Functions for "Data Analysis in Vegetation Ecology"
A collection of functions accompanying the book "Data Analysis in Vegetation Ecology". 3rd ed. CABI, ...
Download / Learn more Package Citations See dependency  
ssc  
Semi-Supervised Classification Methods
Provides a collection of self-labeled techniques for semi-supervised classification. In semi-superv ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,867

Author Associations

24,013

Publication Badges

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