us: Ground level wind speed at point source

View source: R/us.R

usR Documentation

Ground level wind speed at point source

Description

A function to estimate wind speed at ground level of selected point source

Usage

us(
  sourceInput,
  windInput,
  sourceActivity = "primaryCrusher",
  AnemometerHeight = 2,
  stability = "A",
  windClass = "class1"
)

Arguments

sourceInput

A data frame containing sourceActivity is a name for the pointsource, type (the type of material processing), x for Easting, y for Northing and z for elevation height of the location.

windInput

A data frame containing ws for windspeed (m/s) and wd for wind direction

sourceActivity

Select the point source labeled in the sourceInput dataframe. For example; The pointsource name such as ‘primaryCrusher’ or ‘point A’ which is according to the souceInput sourceActivity.

AnemometerHeight

Height of anemometer installation from sea level.

stability

Six category stability which is 'A', 'B', 'C', 'D', 'E', and 'F'.

windClass

Five wind band which is > 5.67 m/s, > 3.61 m/s, > 2.07 m/s, 0.52 and < 0.51 characterized as 'class1', 'class2', 'class3', 'class4' and 'calm' respectively

Author(s)

Zul Fadhli & Dr. Izhar Abadi

Examples

#demo
us <- function(sourceInput, windInput, sourceActivity = "primaryCrusher", AnemometerHeight = 2, stability = "A", windClass = "class1")

zf-ibrahim/myqdmi documentation built on June 22, 2022, 6:58 a.m.