source.model | R Documentation |
source.model
Estimation of Dust Deposition Model (EDDM) established to estimate dust deposited rate at receptor
source.model( sourceInput, receptorInput, windInput, sourceActivity, vg = 5, dustGenerated = 0.731952, AnemometerHeight = 16 )
sourceInput |
A data frame containing |
receptorInput |
A data frame containing |
windInput |
A data frame containing |
sourceActivity |
The pointsource name such as ‘primaryCrusher’ or ‘point A’ which is
according to the |
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 |
AnemometerHeight |
Height of anemometer installation from sea level. |
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.
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.
Zul Fadhli & Dr Izhar Abadi
#demo source.model(sourceInput, receptorInput, windInput, sourceActivity = "primaryCrusher", vg = 5, dustGenerated = 0.731952, AnemometerHeight = 16)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.