Skip to contents

tag: relative_permeability

Usage

prj_relative_permeability(type, sr, smax, m, krel_min, id = NULL)

Arguments

type

string:

sr

string | number:

smax

string | number:

m

string | number:

krel_min

string | number:

id

string: Optional:

Examples

prj_relative_permeability(
    type = "NonWettingPhaseVanGenuchten",
    sr = 0,
    smax = 0.6,
    m = 0.3288590604,
    krel_min = 0,
    id = "0"
)
#> $type
#> [1] "NonWettingPhaseVanGenuchten"
#> 
#> $sr
#> [1] 0
#> 
#> $smax
#> [1] 0.6
#> 
#> $m
#> [1] 0.3288591
#> 
#> $krel_min
#> [1] 0
#> 
#> $id
#> [1] "0"
#> 
#> $xpath
#> [1] "processes/process/material_property/porous_medium/porous_medium/relative_permeability/relative_permeability"
#> [2] "processes/process/porous_medium/porous_medium/relative_permeability"                                        
#> 
#> $attr_names
#> [1] "id"
#> 
#> $flatten_on_exp
#> character(0)
#> 
#> attr(,"class")
#> [1] "prj_relative_permeability"