CRAN
ReacTran 1.4.3.1
Reactive Transport Modelling in 1d, 2d and 3d
Released Aug 15, 2017 by Karline Soetaert
Dependencies
shape 1.4.4 deSolve 1.21 rootSolve 1.7
Routines for developing models that describe reaction and advective-diffusive transport in one, two or three dimensions. Includes transport routines in porous media, in estuaries, and in bodies with variable shape.
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>ReacTran</artifactId> <version>1.4.3.1-b20</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:ReacTran')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.
- advection-examples
- fiadeiro-examples
- geometries-examples
- properties-examples
- setup.compaction.1D-examples
- setup.grid.1D-examples
- setup.grid.2D-examples
- setup.prop.1D-examples
- setup.prop.2D-examples
- tran.1D-examples
- tran.2D-examples
- tran.3D-examples
- tran.cyl_spher-examples
- tran.polar-examples
- tran.volume.1D-examples