Skip to contents

tag: fracture_properties

Usage

prj_fracture_properties(
  material_id,
  initial_aperture,
  specific_storage = NULL,
  biot_coefficient = NULL,
  permeability_model = NULL
)

Arguments

material_id

string | double:

initial_aperture

string:

specific_storage

Optional: string:

biot_coefficient

Optional: string:

permeability_model

Optional: list:

Examples

prj_fracture_properties(
    material_id = 0,
    initial_aperture = "aperture0",
    specific_storage = "S_f",
    biot_coefficient = "biot_f",
    permeability_model = list(type = "CubicLaw")
)
#> $material_id
#> [1] 0
#> 
#> $initial_aperture
#> [1] "aperture0"
#> 
#> $specific_storage
#> [1] "S_f"
#> 
#> $biot_coefficient
#> [1] "biot_f"
#> 
#> $permeability_model
#> $permeability_model$type
#> [1] "CubicLaw"
#> 
#> 
#> $xpath
#> [1] "processes/process/fracture_properties"
#> 
#> $attr_names
#> character(0)
#> 
#> $flatten_on_exp
#> character(0)
#> 
#> attr(,"class")
#> [1] "prj_fracture_properties"