1

Atmospheric Tornado

Severe mesocyclone tornadic vortex simulation modeling hyperbolic funnel cone boundary expansion, Rankine tangential velocity shear, and particle suction updraft.

Playground
60 FPS Canvas 2D
Click + Drag to interact with field

Live Parameters

Vortex Rotation Rate 1.4
Angular vortex velocity multiplier
Funnel Cone Aperture 1
Hyperbolic cone boundary scaling
ƒ

Mathematical Formulation

89 chars high
Analytical Equation
v_\theta(r) = \begin{cases} \omega r & r \le R_c \\ \frac{\Gamma}{2\pi r} & r > R_c \end{cases}, \quad R(z) = R_0 + \alpha z^{2.2}, \quad v_z(z) = v_0 \left(1 + \beta z\right)
Compact Formula
v_theta = speed / (0.3 + r*0.7), R_funnel = 20 + z^2.2 * 170, sway = sin(1.5t + 3z)*40z
Renderer Logic
const angularVel = (pSpeed[i] / (0.3 + rNorm * 0.7)) * 4.0;
const funnelR = (20 + Math.pow(pz[i], 2.2) * 170) * funnelWidth;
const posX = centerX + Math.cos(pAngle[i]) * radius;
Open in Playground Zero Dependencies • Standalone

Mathematical Tags

#tornado #vortex #rankine #fluid #meteorology #atmosphere #weather
Author: Math Art Core Target: 60 FPS

Export & Embed: Atmospheric Tornado

4K PNG Snapshot

High-resolution single frame render

WebM Video (5s Loop)

60 FPS browser-captured stream

HTML Iframe Embed

<iframe src="https://art.fazleyrabbi.xyz/embed/atmospheric-tornado" width="500" height="500" frameborder="0" loading="lazy"></iframe>
ESC
↑↓ Navigate Select
25 Mathematical Artworks