BlastSim3d: Explosive Tephra Dispersion Model

Description Usage Arguments Examples

View source: R/tephra3D.R

Description

Models the transport of particles ejected at the same velocity and different angles using tephra3d.

Usage

1
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

1
BlastSim3d(v = 10, th_i = 2* 1:40, th_a = 0, dt = 0.01)

rTephra documentation built on May 2, 2019, 1:30 p.m.

Related to BlastSim3d in rTephra...