source.model: Source model for dust deposited rate estimation

View source: R/eddm.R

source.modelR Documentation

Source model for dust deposited rate estimation

Description

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

Usage

source.model(
  sourceInput,
  receptorInput,
  windInput,
  sourceActivity,
  vg = 5,
  dustGenerated = 0.731952,
  AnemometerHeight = 16
)

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.

vg

A constant numeric value for settling velocity. The default value for source model is 5 m/s.

dustGenerated

A numeric value of estimation dust generation at a point source based on the site activity. To estimate dustGenerated at a point source either use function of blasting, drilling, pavedRoad, pavedRoad, unpavedRoad, primaryCrusher, secondaryCrusher, tertiaryCrusher, screening, or stockpile.

AnemometerHeight

Height of anemometer installation from sea level.

Details

source.model 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 a pointsource. The unit measurement for dust deposited rate is ug/m2/month.

Author(s)

Zul Fadhli & Dr Izhar Abadi

Examples


#demo
source.model(sourceInput, receptorInput, windInput, sourceActivity = "primaryCrusher", vg = 5, dustGenerated = 0.731952, AnemometerHeight = 16)

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