mipwelcona: mipwelcona: calculate the development of the concentrations...

Description Details

Description

The development of the concentrations of solvents in pumped groundwater is calculated based on:

Details

The mipwelcona package is a further development of the program WELCONA.

The following processes can be specified:

The following functions are exported:

Sample data sets are made available by calling the appropiate functions:

Example work flow:

1
2
         fname <- system.file("extdata","streamlines.iff",package="mipwelcona")
         strm_lns <- mw_read_streamlines(fname)
1
2
         fname <- system.file("extdata","well_filters.ipf",package="mipwelcona")
         well_fltrs <- mw_read_well_filters(fname)
1
1
1
         conc_strm_lns <- mw_conc_init(strm_lns, conc_l_lev, conc_l)
1
         conc_streamlines <- mw_conc_streamlines(conc_strm_lns, times=c(1*365,5*365,10*365,25*365), processes=c("dispersion","decay", "retardation"), alpha=0.3, rho=3, labda=0.0001, retard=1)
1
         sl_fltr_table <- mw_create_sl_fltr_table(strm_lns, well_fltrs, maxdist=100)
1
2
3
         # Overrule previously created table first for this example. Normally, you wouln't do this!
         sl_fltr_table <- mw_example_sl_fltr_table()
         conc <- mw_conc_filters( fltr_nrs=c(1,2), well_fltrs, sl_fltr_table, conc_streamlines )

KeesVanImmerzeel/mipwelcona documentation built on Nov. 11, 2020, 10:35 p.m.