gen_well_image_type: Get pumping sign

Description Usage Arguments Examples

View source: R/anem_imaging.R

Description

Get sign of pumping of image well relative to pumping of Actual well (associated by orig_wID). Sign assumes the point is mirrored across parallel boundaries of constant head and/or no-flow.

Usage

1
2
gen_well_image_type(N, well_image, bound_type1, bound_type2,
  type = "text")

Arguments

N

Vector of levels, N

well_image

Character vector of well_image ("Actual", "Image (+Q)", or "Image (-Q)")

bound_type1

Character vector of bound_type for first mirror boundary ("CH" or "NF")

bound_type2

Character vector of bound_type for second mirror boundary ("CH" or "NF")

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
## Not run: 
gen_well_image_type(N=rep(1:2,2),well_image=rep("Actual",4),
  bound_type1=c("NF","NF","CH","CH"),bound_type2=c("CH","CH","NF","NF"))
well_image <- "Actual"
bound_type1 <- "NF"
bound_type2 <- "NF"
gen_well_image_type(N,well_image,bound_type1,bound_type2)
gen_well_image_type(rep(1,4),"Actual","NF","NF")
gen_well_image_type(1:8,"Actual","NF","NF")
gen_well_image_type(1:8,"Actual","CH","NF")
gen_well_image_type(1:8,"Actual","NF","CH")
gen_well_image_type(1:8,"Image (+Q)","NF","CH")
gen_well_image_type(1:8,"Image (-Q)","NF","CH")
gen_well_image_type(1:8,"Actual","CH","CH")

## End(Not run)

gopalpenny/anem documentation built on Dec. 20, 2020, 5:27 a.m.