Skip to contents

tag: property

Usage

prj_ph_property(
  name,
  type,
  value = NULL,
  reference_value = NULL,
  offset = NULL,
  exponent = NULL,
  parameter_name = NULL,
  swelling_pressures = NULL,
  exponents = NULL,
  lower_saturation_limit = NULL,
  upper_saturation_limit = NULL,
  tortuosity = NULL,
  curve = NULL,
  ...
)

Arguments

name

string:

type

string:

value

Optional:

reference_value

Optional:

offset

Optional:

exponent

Optional:

parameter_name

Optional:

swelling_pressures

Optional:

exponents

Optional:

lower_saturation_limit

Optional:

upper_saturation_limit

Optional:

tortuosity

Optional:

curve

Optional:

...

independent_variable, dvalue

Examples

prj_ph_property(name = "porosity",
                type = "Constant",
                value = 0.3)
#> $name
#> [1] "porosity"
#> 
#> $type
#> [1] "Constant"
#> 
#> $value
#> [1] 0.3
#> 
#> $dvalue
#> list()
#> 
#> $reference_value
#> NULL
#> 
#> $independent_variable
#> list()
#> 
#> $offset
#> NULL
#> 
#> $exponent
#> NULL
#> 
#> $parameter_name
#> NULL
#> 
#> $swelling_pressures
#> NULL
#> 
#> $exponents
#> NULL
#> 
#> $lower_saturation_limit
#> NULL
#> 
#> $upper_saturation_limit
#> NULL
#> 
#> $tortuosity
#> NULL
#> 
#> $curve
#> NULL
#> 
#> $xpath
#> [1] "media/medium/phases/phase/properties/property"
#> 
#> $attr_names
#> character(0)
#> 
#> $flatten_on_exp
#> [1] "value"              "exponents"          "swelling_pressures"
#> 
#> $unwrap_on_exp
#> [1] "independent_variable" "dvalue"              
#> 
#> attr(,"class")
#> [1] "prj_ph_property"