new_bpip: A BPIP data frame of building parameters

View source: R/new_bpip.R

new_bpipR Documentation

A BPIP data frame of building parameters

Description

Create an input table of building parameters for BPIP.

Usage

new_bpip(prj_title = "BPIP input", bld_id = "Bld_1", bld_height = 10,
  width_x = 5, length_y = 10, bld_rotation = 0, angle_units = "degrees",
  bld_elev = 0, n_tiers = 1, bld_xcoords = as.numeric(NA),
  bld_ycoords = as.numeric(NA), dist_from_source = 20,
  angle_from_source = 0, source_name = "Stack_1", source_xy = c(0, 0),
  source_elev = 0, source_height = 10)

Arguments

bld_id

Building ID or name.

bld_height

Height of building in meters.

width_x

Width of building from East to West in meters.

length_y

Length of building from North to South in meters.

bld_rotation

Building rotation from North in degrees.

dist_from_source

Distance from center of source to center of building in meters.

angle_from_source

Angle between center of building and center of source in degrees. Straight North is "0". Straight East is "90".

Examples

new_bpip(bld_id = "Boiler house")

dKvale/bpip documentation built on Aug. 30, 2022, 2:05 a.m.