Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

voidratio

Void Ratio


Description

A function to calculate the soil void ratio.

Usage

voidratio(wetsoil, drysoil, diam.cylinder, height.cylinder,
    dens.particle, deformation)

Arguments

wetsoil

the weight of wet soil.

drysoil

the weight of dry soil.

diam.cylinder

the diameter of the cylinder.

height.cylinder

the heigth of the cylinder.

dens.particle

the particle density.

deformation

a numeric vector containing soil deformation values.

Value

A numeric vector with same length of deformation containig void ratio values.

Author(s)

Anderson Rodrigo da Silva <anderson.agro@hotmail.com>

See Also

Examples

def <- c(0, 0.0230, 0.0352, 0.0605, 0.1070, 0.1750, 0.2525, 0.3395, 0.4250)
pres <- c(1, 12.5, 25, 50, 100, 200, 400, 800, 1600)
VR <- voidratio(wetsoil = 170.62, drysoil = 134.08, diam.cylinder = 6.95, 
               height.cylinder = 2.5, dens.particle = 2.61, def)
VR

plot(VR ~ pres, type = "b",
	ylab = "Void ratio",
	xlab = "Applied stress (kPa)",
	main = "Compression curve", 
	log = "x")

# End (not run)

soilphysics

Soil Physical Analysis

v4.0
GPL (>= 2)
Authors
Anderson Rodrigo da Silva [aut, cre] (<https://orcid.org/0000-0003-2518-542X>), Renato Paiva de Lima [aut] (<https://orcid.org/0000-0003-0524-439X>)
Initial release
2020-12-06

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.