diff --git a/docs/assets/FluidDynamics.webp b/docs/assets/FluidDynamics.webp new file mode 100644 index 0000000..d4c6178 Binary files /dev/null and b/docs/assets/FluidDynamics.webp differ diff --git a/docs/index.html b/docs/index.html index 348e323..591ebef 100644 --- a/docs/index.html +++ b/docs/index.html @@ -283,7 +283,7 @@

OpenPhysics

Core Simulations

- 18 + 19
@@ -315,7 +315,7 @@

Carnot Heat Engine

Crystal Lattice

-

Explore crystal structure across five screens: the five 2D Bravais lattices, the cubic unit cells and their packing factors, hexagonal against cubic close packing, Miller indices for planes and directions, and finally aperiodic order — Penrose tilings and the hat monotile, whose diffraction patterns are as sharp as a crystal's with a symmetry no crystal can have.

+

Explore crystal structure across five screens: the five 2D Bravais lattices, cubic unit cells and packing factors, hexagonal vs cubic close packing, Miller indices, and aperiodic order — Penrose tilings and the hat monotile, with diffraction as sharp as a crystal's but a symmetry no crystal can have.

crystallographyBravais latticesunit cells
@@ -330,6 +330,17 @@

Doppler Effect

wavessoundfrequency
+ +
Fluid Dynamics simulation screenshotFD
+
+
+

Fluid Dynamics

+ +
+

Explore fluid flow concepts — Intro and Lab screens for interactive fluid dynamics.

+
+
+
Light Propagation simulation screenshotLP
@@ -381,7 +392,7 @@

Oscilloscope

Plate Tectonics

-

Interactive map of the Earth's tectonic plates drawn entirely from real data — PB2002 plate boundaries, USGS earthquakes, Holocene volcanoes and NOAA relief — plus cross-sections through a subduction zone, a spreading ridge and a transform fault, and a reconstruction clock running 50 Myr either side of the present.

+

Interactive map of the Earth's tectonic plates drawn entirely from real data — PB2002 plate boundaries, USGS earthquakes, Holocene volcanoes and NOAA relief — plus cross-sections through a subduction zone, a spreading ridge and a transform fault, and a reconstruction clock running 50 Myr either side of the present. Two further screens port the tabs of PhET's Java simulation: crustal isostasy, and the evolution of a convergent or divergent plate boundary.

plate tectonicsseismologyvolcanism
@@ -661,7 +672,7 @@

Variable Star Photometry

diff --git a/screenshots/FluidDynamics.png b/screenshots/FluidDynamics.png new file mode 100644 index 0000000..25436ff Binary files /dev/null and b/screenshots/FluidDynamics.png differ diff --git a/structure/repos.json b/structure/repos.json index 7e160e8..03c4a8b 100644 --- a/structure/repos.json +++ b/structure/repos.json @@ -276,6 +276,26 @@ ], "status": "active" }, + { + "name": "FluidDynamics", + "displayName": "Fluid Dynamics", + "type": "simulation", + "isSimulation": true, + "lineage": "original", + "upstream": null, + "language": [ + "TypeScript" + ], + "framework": "SceneryStack", + "description": "Explore fluid flow concepts — Intro and Lab screens for interactive fluid dynamics.", + "deployedUrl": "https://openphysics.github.io/FluidDynamics", + "physicsTopics": [], + "screens": [ + "Intro", + "Lab" + ], + "status": "active" + }, { "name": "HabitableZones", "displayName": "Habitable Zones", @@ -594,17 +614,21 @@ "TypeScript" ], "framework": "SceneryStack", - "description": "Interactive map of the Earth's tectonic plates drawn entirely from real data — PB2002 plate boundaries, USGS earthquakes, Holocene volcanoes and NOAA relief — plus cross-sections through a subduction zone, a spreading ridge and a transform fault, and a reconstruction clock running 50 Myr either side of the present.", + "description": "Interactive map of the Earth's tectonic plates drawn entirely from real data — PB2002 plate boundaries, USGS earthquakes, Holocene volcanoes and NOAA relief — plus cross-sections through a subduction zone, a spreading ridge and a transform fault, and a reconstruction clock running 50 Myr either side of the present. Two further screens port the tabs of PhET's Java simulation: crustal isostasy, and the evolution of a convergent or divergent plate boundary.", "deployedUrl": "https://openphysics.github.io/PlateTectonics", "physicsTopics": [ "plate tectonics", "seismology", "volcanism", "geophysics", - "plate reconstruction" + "plate reconstruction", + "isostasy", + "subduction" ], "screens": [ - "Plate Tectonics" + "Plate Tectonics", + "Crust", + "Plate Motion" ], "status": "active" },