ogata_banks: Ogata-Banks solution for 1-D flow (vectorized).

View source: R/RcppExports.R

ogata_banksR Documentation

Ogata-Banks solution for 1-D flow (vectorized).

Description

Ogata, A., Banks, R.B., 1961. A solution of the differential equation of longitudinal dispersion in porous media. U. S. Geol. Surv. Prof. Pap. 411-A. 1-D, infinite source, uniform flow, constant parameters, decay, retardation

To have values match the excel sheet https://www.civil.uwaterloo.ca/jrcraig/pdf/OgataBanks.xlsm the decay coefficient needs to be scaled by the retardation coefficient.

Usage

ogata_banks(D, R, decay, v, C0, x, t)

Arguments

D

doublediffusion coefficient

R

double retardation coefficient

decay

double decay coefficient

v

double velocity

C0

double concentration

x

vector x position

t

vector time

Value

ogata banks solution each row is an x value and each column is a time


jkennel/aquifer documentation built on July 31, 2022, 11:33 p.m.