sourceModel: Application of Source model for dust deposited rate...

View source: R/sourceModel.R

sourceModelR Documentation

Application of Source model for dust deposited rate estimation to all receptor and source locations

Description

sourceModel Estimation of Dust Deposition Model (EDDM) established to estimate dust deposited rate at receptor

Usage

sourceModel(
  quarryInput = quarryInput,
  sourceInput = sourceInput,
  receptorInput = receptorInput,
  windInput = windInput,
  particleSize = "tsp"
)

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.

receptorInput

A data frame containing receptor the name/label for receptor point, 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

The pointsource name such as ‘primaryCrusher’ or ‘point A’ which is according to the souceInput sourceActivity.

Details

sourceModel require the source and receptor location in Easting and Northing format. The sourceActivity for this model is the type of material processing activity in the quarry or if the sourceInput is the quarries location, the sourceActivity is the name of the quarries.

Value

The results will be the estimation of dust deposited rate at all the receptors from all point source. The unit measurement for dust deposited rate is ug/m2/month.

Author(s)

Zul Fadhli & Dr. Izhar Abadi

Examples


#demo
sourceModel((quarryInput = quarryInput, sourceInput = sourceInput, receptorInput = receptorInput, windInput = windInput, particleSize = "tsp")

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