Skip to contents

tag: phasefield_parameters

Usage

prj_phasefield_parameters(
  residual_stiffness,
  crack_resistance,
  crack_length_scale,
  kinetic_coefficient = NULL,
  history_field = NULL
)

Arguments

residual_stiffness

string:

crack_resistance

string:

crack_length_scale

string:

kinetic_coefficient

string:

history_field

Optional: string:

Examples

prj_phasefield_parameters(
    residual_stiffness = "k",
    crack_resistance = "gc",
    crack_length_scale = "ls",
    kinetic_coefficient = "M",
    history_field = "H"
)
#> $residual_stiffness
#> [1] "k"
#> 
#> $crack_resistance
#> [1] "gc"
#> 
#> $crack_length_scale
#> [1] "ls"
#> 
#> $kinetic_coefficient
#> [1] "M"
#> 
#> $history_field
#> [1] "H"
#> 
#> $xpath
#> [1] "processes/process/phasefield_parameters"
#> 
#> $attr_names
#> character(0)
#> 
#> $flatten_on_exp
#> character(0)
#> 
#> attr(,"class")
#> [1] "prj_phasefield_parameters"