Skip to contents

tag: flow_and_temperature_control

Usage

prj_flow_and_temperature_control(
  type,
  flow_rate = NULL,
  temperature_curve = NULL,
  power = NULL,
  power_curve = NULL,
  flow_rate_curve = NULL
)

Arguments

type

string:

flow_rate

Optional: string | double:

temperature_curve

Optional: string:

power

Optional: string | double:

power_curve

Optional: string:

flow_rate_curve

Optional: string:

Examples

prj_flow_and_temperature_control(
    type = "TemperatureCurveConstantFlow",
    flow_rate = 2e-04,
    temperature_curve = "inflow_temperature"
)
#> $type
#> [1] "TemperatureCurveConstantFlow"
#> 
#> $flow_rate
#> [1] 2e-04
#> 
#> $temperature_curve
#> [1] "inflow_temperature"
#> 
#> $power
#> NULL
#> 
#> $power_curve
#> NULL
#> 
#> $flow_rate_curve
#> NULL
#> 
#> $xpath
#> [1] "processes/process/borehole_heat_exchangers/borehole_heat_exchanger/flow_and_temperature_control"
#> 
#> $attr_names
#> character(0)
#> 
#> $flatten_on_exp
#> character(0)
#> 
#> attr(,"class")
#> [1] "prj_flow_and_temperature_control"