Type something to search...

Electromagnetic Field Visualization

  • Physics , 3D
  • 01 Mar, 2025

This demo visualizes the electric dipole radiation pattern using Three.js arrow helpers. Each arrow shows the field direction and magnitude at that point in space.

Controls

  • Left-click + drag — rotate
  • Scroll / pinch — zoom
  • Use the toggle button to switch between E-field and H-field views

Physics Background

An oscillating electric dipole radiates fields that follow:

E-field (electric) — oscillates in the plane of the dipole axis, strongest broadside, zero along the axis.

H-field (magnetic) — circles around the dipole axis, perpendicular to E, also zero along the axis.

The field magnitudes follow a 1/r envelope in the far field (radiation zone), which is approximated here by sampling a slice at fixed radius.

This visualization is a simplified static snapshot — it shows the field pattern rather than the time-varying wave propagation.

Tags:
  • Three.js
  • Electromagnetics
  • Visualization
Share :

Related Posts

Interactive 3D Surface Plot

Interactive 3D Surface Plot

  • 3D , Math
  • 01 Feb, 2025

A live interactive saddle surface rendered with Three.js — rotate, zoom, and explore the geometry in your browser.

Read more
ANCHOR-FDTD: WebGPU Electromagnetic 2.5D Simulator

ANCHOR-FDTD: WebGPU Electromagnetic 2.5D Simulator

  • Engineering , Physics
  • 21 Apr, 2026

A browser-native 2.5D FDTD electromagnetic field simulator powered by WebGPU. No install, no backend — just open and simulate.

Read more
Three modes, one resonator: an interactive DRA explorer

Three modes, one resonator: an interactive DRA explorer

  • Engineering , Physics
  • 12 May, 2026

An interactive tool for building intuition about dielectric resonator antennas — modes, coupling, and the size–bandwidth tradeoff, all live in your browser.

Read more
Why Wi-Fi won't power your sensors

Why Wi-Fi won't power your sensors

  • Engineering , Physics
  • 11 May, 2026

An interactive Friis transmission calculator showing why ambient RF energy harvesting almost never works — play with the sliders, watch the budget collapse.

Read more
Watching a microwave reflect off a step — in your browser

Watching a microwave reflect off a step — in your browser

  • Engineering , Physics
  • 12 May, 2026

A guided tour of an interactive 3D FDTD simulator running entirely on the GPU in your browser, with a live field animation, colormap chooser, and 3D landscape view.

Read more
Phased Array Pattern Explorer

Phased Array Pattern Explorer

  • Engineering , Physics
  • 17 May, 2026

An interactive browser-based simulator for phased antenna arrays — geometry, steering, tapers, and the impairments that ruin real systems.

Read more
Which RF rectifier topology wins? It depends on the power.

Which RF rectifier topology wins? It depends on the power.

  • Engineering , Physics
  • 12 May, 2026

An interactive tool comparing half-wave, Greinacher doubler, full-wave bridge, and Cockcroft–Walton rectifiers head-to-head from −30 dBm to +20 dBm.

Read more
How a Neural Network Learns: Step-by-Step Breakdown from Zero

How a Neural Network Learns: Step-by-Step Breakdown from Zero

  • AI , Education
  • 05 Apr, 2025

A step-by-step breakdown of neural network training with an interactive inspector: weights, gradients, backpropagation, softmax, loss function — everything from zero to 100% accuracy.

Read more