BlastSim3d {rTephra} | R Documentation |
Explosive Tephra Dispersion Model
Description
Models the transport of particles ejected at the same velocity and different angles using tephra3d.
Usage
BlastSim3d(v, th_i = 2 * 1:40, th_a = 0, dt = 0.01, ...)
Arguments
v |
initial velocity [m/s] |
th_i |
initial inclination angles to test [degrees] |
th_a |
initial azimuth angles to test [degrees clockwise from north] |
dt |
model time interval [s] |
... |
parameters to pass to Tephra3d |
Examples
BlastSim3d(v = 10, th_i = 2* 1:40, th_a = 0, dt = 0.01)
[Package rTephra version 0.1 Index]