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. Accessed 21 Nov. 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

deductive  
Data Correction and Imputation Using Deductive Methods
Attempt to repair inconsistencies and missing values in data records by using information from vali ...
Download / Learn more Package Citations See dependency  
crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
Download / Learn more Package Citations See dependency  
SCBiclust  
Identifies Mean, Variance, and Hierarchically Clustered Biclusters
Identifies a bicluster, a submatrix of the data such that the features and observations within the s ...
Download / Learn more Package Citations See dependency  
kgschart  
KGS Rank Graph Parser
Restore underlining numeric data from rating history graph of KGS (an online platform of the game o ...
Download / Learn more Package Citations See dependency  
RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  
pkgdepends  
Package Dependency Resolution and Downloads
Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

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