Skip to contents

tag: source_term

Usage

prj_source_term(
  type,
  parameter = NULL,
  geometrical_set = NULL,
  geometry = NULL,
  mesh = NULL,
  source_term_object = NULL,
  flush_stdout = NULL
)

Arguments

type

string:

parameter

Optional: string:

geometrical_set

Optional: string:

geometry

Optional: string:

mesh

Optional: string:

source_term_object

Optional: string:

flush_stdout

Optional: string:

Examples

prj_source_term(
    type = "Nodal",
    parameter = "sourceterm_heat_transfer_coefficient",
    geometrical_set = "geometry",
    geometry = "po0"
)
#> $type
#> [1] "Nodal"
#> 
#> $parameter
#> [1] "sourceterm_heat_transfer_coefficient"
#> 
#> $geometrical_set
#> [1] "geometry"
#> 
#> $geometry
#> [1] "po0"
#> 
#> $mesh
#> NULL
#> 
#> $source_term_object
#> NULL
#> 
#> $flush_stdout
#> NULL
#> 
#> $xpath
#> [1] "process_variables/process_variable/source_terms/source_term"
#> 
#> $attr_names
#> character(0)
#> 
#> $flatten_on_exp
#> character(0)
#> 
#> attr(,"class")
#> [1] "prj_source_term"