CRAN
geotech 1.0
Geotechnical Engineering
Released Feb 14, 2016 by James Kaklamanos
A compilation of functions for performing calculations and creating plots that commonly arise in geotechnical engineering and soil mechanics. The types of calculations that are currently included are: (1) phase diagrams and index parameters, (2) grain-size distributions, (3) plasticity, (4) soil classification, (5) compaction, (6) groundwater, (7) subsurface stresses (geostatic and induced), (8) Mohr circle analyses, (9) consolidation settlement and rate, (10) shear strength, (11) bearing capacity, (12) lateral earth pressures, (13) slope stability, and (14) subsurface explorations. Geotechnical engineering students, educators, researchers, and practitioners will find this package useful.
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>geotech</artifactId> <version>1.0-b32</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:geotech')
Test Results
This package was last tested against Renjin 0.9.2687 on Aug 24, 2018.
- AASHTO-examples
- MohrCircle-examples
- Plasticity-examples
- SPT-examples
- USCS-examples
- bearingCapacity-examples
- bearingCapacityFactors-examples
- bearingPressure-examples
- grainSize-examples
- hydraulicConductivity-examples
- indexParameters-examples
- lateralEarthPressures-examples
- soilProfile-examples
- stressHorizontal-examples
- stressInducedArea-examples
- stressInducedPoint-examples
- stressPlot-examples
- stressVertical-examples
- wellHydraulics-examples